TurboVPB

Turbocharge phone banking with OpenVPB, VAN, and BlueVote. Call and text with 2 clicks!

Τι είναι το TurboVPB;

Το TurboVPB είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://turbovpb.com, και η κύρια λειτουργία του είναι "Turbocharge phone banking with OpenVPB, VAN, and BlueVote. Call and text with 2 clicks!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TurboVPB

Λήψη αρχείων επέκτασης TurboVPB σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        TurboVPB speeds up calling and texting with EveryAction's Open Virtual Phone Bank (OpenVPB), VAN, DNC VoteBuilder, and BlueVote.

Skip typing in phone numbers by hand. TurboVPB automatically sends contacts' details to your phone so you can call and text with just 2 clicks.

You'll be ready to call in <2 minutes — no account or mobile app needed.

In addition to speeding up making calls, TurboVPB makes it easy to send text messages to contacts when they don't answer the phone or when you want to send them more information after a call. Configure one or more message templates, TurboVPB will automatically fill in the contact's name, and you can send each message with the push of a button.

TurboVPB was originally developed by a volunteer for the Sunrise Movement but any volunteers, organizations, or campaigns phone banking with these tools are very welcome to use it.

If you find TurboVPB helpful, please leave a review and consider supporting the ongoing development and maintenance of the extension by signing up for a membership or buying me a coffee at: https://www.buymeacoffee.com/turbovpb

Version History:
0.9.6
- Fixes bug introduced in 0.9.5

0.9.5
- Minor fixes and improvements

0.9.4
- Minor connection improvements (faster WebSocket reconnection)

0.9.3
- Minor connection changes

0.9.2
- Minor fixes

0.9.1
- Start in WebRTC mode

0.9.0
- Text Message Templates can now include fields from VAN / OpenVPB's Additional Info panel (for example, "[County]" will be replaced by the contact's county if that field is visible in the phone bank)
-  Improved network connectivity (added an end-to-end encrypted WebSocket PubSub fallback option in case the WebRTC connection fails or takes too long)

0.8.1
- Minor fixes and improvements

0.8.0
- Added Text Message Template sharing
- Optional support for VAN instances hosted on custom domains

0.7.4
- Added buttons to quickly select unsuccessful call result on mobile page
- Optional support for StartTheVan.com (VoteBuilder backup domain)

0.7.3
- Fixed bug where QR code displayed on non-phonebank pages

0.7.2
- Fixed bug in BlueVote content script

0.7.1:
- TurboVPB is now enabled by default on VAN, VoteBuilder, and BlueVote (to simplify setup process)
- Added a toolbar button and menu that shows the total number of calls made with TurboVPB and has buttons to show the QR code and open the text message settings
- Added a link on the mobile site to open text message settings                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TurboVPB TurboVPB
ID deekoplmjnhcnbkpojidakdbllmdhekh
Επίσημο URL https://chromewebstore.google.com/detail/turbovpb/deekoplmjnhcnbkpojidakdbllmdhekh
Περιγραφή Turbocharge phone banking with OpenVPB, VAN, and BlueVote. Call and text with 2 clicks!
Μέγεθος Αρχείου 280 KB
Αριθμός Εγκαταστάσεων 6,258
Τρέχουσα Έκδοση 0.9.6
Τελευταία Ενημέρωση 2020-11-19
Ημερομηνία Δημοσίευσης 2020-07-19
Αξιολόγηση 5.00/5 Συνολικά 30 Αξιολογήσεις
Προγραμματιστής https://turbovpb.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://turbovpb.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TurboVPB",
    "version": "0.9.6",
    "description": "Turbocharge phone banking with OpenVPB, VAN, and BlueVote. Call and text with 2 clicks!",
    "author": "Evan Schwartz",
    "homepage_url": "https:\/\/turbovpb.com",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/www.openvpb.com\/VirtualPhoneBank*",
        "https:\/\/*.everyaction.com\/ContactDetailScript*",
        "https:\/\/www.votebuilder.com\/ContactDetailScript*",
        "https:\/\/phonebank.bluevote.com\/*",
        "*:\/\/*.turbovpb.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "icons": {
        "48": "icons\/phone-outgoing-blue-48.png",
        "96": "icons\/phone-outgoing-blue-96.png",
        "128": "icons\/phone-outgoing-blue-128.png"
    },
    "background": {
        "scripts": [
            "dependencies\/browser-polyfill.js",
            "dependencies\/content-scripts-register-polyfill.js",
            "dependencies\/peerjs.js",
            "dependencies\/reconnecting-websocket-iife.js",
            "peer-connection.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/phone-outgoing-blue-16.png",
            "32": "icons\/phone-outgoing-blue-32.png"
        },
        "default_title": "TurboVPB",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    }
}