-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
224 lines (215 loc) · 10.2 KB
/
index.html
File metadata and controls
224 lines (215 loc) · 10.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
---
layout: default
---
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="https://turbovpb.com">
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-telephone-outbound-fill" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M2.267.98a1.636 1.636 0 0 1 2.448.152l1.681 2.162c.309.396.418.913.296 1.4l-.513 2.053a.636.636 0 0 0 .167.604L8.65 9.654a.636.636 0 0 0 .604.167l2.052-.513a1.636 1.636 0 0 1 1.401.296l2.162 1.681c.777.604.849 1.753.153 2.448l-.97.97c-.693.693-1.73.998-2.697.658a17.471 17.471 0 0 1-6.571-4.144A17.47 17.47 0 0 1 .639 4.646c-.34-.967-.035-2.004.658-2.698l.97-.969zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5z" />
</svg> TurboVPB
</a>
<div class="navbar-text ml-auto mr-2">
<a href="https://github.com/emschwartz/turbo-vpb" target="_blank" title="Source Code">
<img src="images/GitHub-Mark-64px.png" style="width: 1.2em; height: 1.2em">
</a>
</div>
</nav>
<style>
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
h3,
h6 {
text-align: left;
}
</style>
<div class="jumbotron jumbotron-fluid pb-4">
<div class="container text-center">
<h2 class="display-4 mb-3">
<span class="d-lg-block d-sm-inline">Turbocharge Your Phone Banking</span>
<span class="d-lg-block d-sm-inline">in <2 Minutes</span>
</h2>
<div class="row my-3">
<div class="col"></div>
<div class="col-md-8 lead">
<p>
<span class="d-lg-inline-block">
TurboVPB is a free browser extension that speeds up
calling and texting with
</span>
<span class="d-lg-inline-block">
EveryAction's OpenVPB, VAN,
DNC VoteBuilder,
and BlueVote.
</span>
</p>
<p>
<span class="d-lg-inline-block">
Skip typing in phone numbers by hand. TurboVPB automatically sends
</span>
<span class="d-lg-inline-block">
contacts' details to your phone so you can call and text with just 2 clicks.
</span>
</p>
</div>
<div class="col"></div>
</div>
<a class="btn btn-primary btn-lg my-2 mr-2" id="install-firefox"
href="https://addons.mozilla.org/en-US/firefox/addon/turbovpb/">
<img src="images/firefox-logo.png" width="40px" class="mr-2">
Get TurboVPB for Firefox
</a>
<a class="btn btn-primary btn-lg my-2 mr-2" id="install-chrome"
href="https://chrome.google.com/webstore/detail/turbovpb/deekoplmjnhcnbkpojidakdbllmdhekh">
<img src="images/chrome-logo.png" width="40px" class="mr-2">Get TurboVPB for Chrome
</a>
<p class="lead text-center my-4">Ready to use in <2 minutes ‐ no account or phone app needed.</p>
</div>
</div>
<div class="container text-justify">
<div class="row mb-2">
<div class="col"></div>
<div class="col-md-6">
<h3 class="text-center">Speed Up Your Calls in <2 Minutes</h3>
</div>
<div class="col"></div>
</div>
<div class="row mb-4">
<div class="col-md"></div text-justify>
<div class="col-md-6 text-center">
<div class="video-container">
<iframe
src="https://www.youtube-nocookie.com/embed/?listType=playlist&list=PLj6LKfMQzQFo9Lfqpb9W_tHD463qJF8IX&start=1"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div class="col-md"></div>
</div>
<div class="row">
<div class="col-md"></div>
<div class="col-md-6">
<h3>TurboVPB Features</h3>
<ol>
<li><b><a href="https://www.youtube.com/watch?v=B3QotZgtmF4&list=PLj6LKfMQzQFo9Lfqpb9W_tHD463qJF8IX&index=1"
target="_blank">More Calls, Less Hassle</a></b> - Enable organizers and
volunteers to call without typing in phone numbers by hand.</li>
<li><b><a href="https://www.youtube.com/watch?v=TjR4veiOdvo&list=PLj6LKfMQzQFo9Lfqpb9W_tHD463qJF8IX&index=2"
target="_blank">Fast Setup</a></b> - Install and start calling in under 2 minutes.
<li>
<b><a href="https://www.youtube.com/watch?v=VXVqJ8py4FQ&list=PLj6LKfMQzQFo9Lfqpb9W_tHD463qJF8IX&index=3"
target="_blank">2-Click Texting</a></b> - Easily follow-up with contacts
that do not answer the phone, or send links or more information after successful calls.
</li>
</ol>
</div>
<div class="col-md"></div>
</div>
<div class="row">
<div class="col-md"></div>
<div class="col-md-6">
<h3>Calling from Google Voice</h3>
<p>
Calls with TurboVPB will use your phone number unless you use <a href="https://voice.google.com">Google
Voice</a> or another similar calling app.
</p>
<p> Once you have the Google Voice app installed on your phone: </p>
<ul>
<li>On iOS: enable the "Long-Press to Call" mode with the switch on the bottom of the mobile page. Then,
press and hold the call button until the menu opens. Select "Voice" to place the call with Google
Voice.</li>
<li>On Android: (temporarily) set Google Voice as your default phone and messaging app by opening the
Settings app and then going to Apps & Notifications > Advanced > Default Apps.</li>
</ul>
<p>
Note: If you prefer to call from Google Voice on your computer, you may want to use the <a
href="https://chrome.google.com/webstore/detail/google-voice-by-google/kcnhkahnjcbndmmehfkdnkjomaanaooo"
target="_blank">Google Voice Extension</a> instead of TurboVPB.
</p>
</div>
<div class="col-md"></div>
</div>
<div class="row">
<div class="col-md"></div>
<div class="col-md-6">
<h3 class="mb-3">Frequently Asked Questions</h3>
<div>
<h6>Do you collect or store contact details?</h6>
<p>
No. Contact details are not collected or stored on
any server.
TurboVPB sends the details directly from your computer to your phone using a peer-to-peer
communications technology called <a href="https://webrtc.org">WebRTC</a>.
For more details on how TurboVPB works, see the source code repository: <a
href="https://github.com/emschwartz/turbo-vpb" target="_blank">emschwartz/turbo-vpb</a>.
</p>
</div>
<div>
<h6>Does EveryAction support the use of TurboVPB?</h6>
<p>Not officially, but they mention TurboVPB in the
<a href="https://everyaction.readme.io/docs/other-solutions#turbovpb">"Officially
Unsupported"</a>
features section of their documentation.
</p>
</div>
<div>
<h6>How is this different from <a href="https://blog.ngpvan.com/intro-vpb-connect">VPB Connect</a>?
</h6>
<p>
TurboVPB is a free extension that speeds up calling primarily from the caller's own phone
number.
It also makes it easy to text contacts after calling them.
</p>
<p>
VPB Connect is a paid service from EveryAction that lets you call from phone numbers provided by
VAN. You may want to consider using VPB Connect if you work with a campaign that needs to
call from campaign numbers and is open to paying by the minute for calls.
</p>
</div>
<div>
<h6>Is there a catch?</h6>
<p>Nope! I built this after getting tired of typing in phone numbers by hand while
contacting volunteers for the Sunrise Movement and calling voters with SwingLeft.
I hope it will help make phone banking a little more efficient for other organizations,
campaigns, or individual volunteers.
</p>
</div>
</div>
<div class="col-md"></div>
</div>
<div class="row">
<div class="col-md"></div>
<div class="col-md-6">
<h3>Get In Touch</h3>
<p>
Want to talk about how your campaign or organization can use TurboVPB? Have feedback on the
experience or ideas for how it could be improved?
</p>
<p>
Send me an email at: evan [at] turbovpb [dot] com
</p>
</div>
<div class="col-md"></div>
</div>
</div>
<script src="dependencies/sentry-5.27.0-with-tracing.min.js"></script>
<script>
Sentry.init({ dsn: 'https://6c908d99b8534acebf2eeecafeb1614e@o435207.ingest.sentry.io/5393315' });
</script>
<script async src="dependencies/ackee-tracker.min.js" data-ackee-server="https://analytics.turbovpb.com"
data-ackee-domain-id="d72e1472-0d7f-4ed6-976b-cc6dff65bc1d" data-ackee-opts='{ "detailed": true }'></script>