Turbo BYOP

Turbocharge Field Team 6's BYOP!

Turbo BYOPคืออะไร?

Turbo BYOP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BEI.RE และคุณลักษณะหลักของมันคือ "Turbocharge Field Team 6's BYOP!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Turbo BYOP

ดาวน์โหลดไฟล์ส่วนขยาย Turbo BYOP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        TurboBYOP speeds up texting with EveryAction's Open Virtual Phone Bank. Bring your own phone (BYOP) and use this extension to send a text message with 2 clicks (or just 1)! No more copying and pasting numbers and messages from the Open Virtual Phone Bank page.

TurboBYOP places a new button on the Open Virtual PhoneBank contact page. Clicking that button sets up a formatted message on your message application of choice with the phone number filled in. All you need to do is  click send.

Getting TurboBYOP set up takes less than <2 minutes — no account or mobile app needed. You will just setup the extension, configure a message template, and log in to your EveryAction Open Virtual PhoneBank. 
 
TurboBYOP is based on the TurboVPB chrome browser extension developed by Evan Schwartz. We are indebted to Evan for pioneering this approach. By forking the TurboVPB code we had a base that we could customize for BYOP needs. 

While this was developed for Field Team 6's BYOP initiative, other voter registration/GOTV organization are welcome to use it. Please send us a note or leave a review if you are such an organization using it. We would love to hear from you. 

If you find TurboBYOP helpful, please leave a review and consider supporting the ongoing development and maintenance of the extension by sending us an email at    

                       [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Turbo BYOP Turbo BYOP
ID cjfogalimpjnnoeappkmhadcegapigge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/turbo-byop/cjfogalimpjnnoeappkmhadcegapigge
คำอธิบาย Turbocharge Field Team 6's BYOP!
ขนาดไฟล์ 282 KB
จำนวนการติดตั้ง 490
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2022-01-17
วันที่เผยแพร่ 2022-01-05
ผู้พัฒนา BEI.RE
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.bei.re/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Turbo BYOP",
    "version": "0.3.0",
    "description": "Turbocharge Field Team 6's BYOP!",
    "author": "BEI.RE Corp",
    "homepage_url": "https:\/\/www.bei.re",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/www.openvpb.com\/VirtualPhoneBank*",
        "https:\/\/*.everyaction.com\/ContactDetailScript*"
    ],
    "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": "Turbo BYOP",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    }
}