Field Team 6 BYOP

Turbocharge Field Team 6's BYOP!

Field Team 6 BYOP क्या है?

Field Team 6 BYOP Field Team 6 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turbocharge Field Team 6's BYOP!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Field Team 6 BYOP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        BYOP (Bring Your Own Phone) speeds up texting with EveryAction's OpenVPB (Open Virtual Phone Bank).  BYOP is a fork of the TurboVPB chrome browser extension developed by Evan Schwartz, modified to support texting.  BYOP places a button on the OpenVPB contact page that, when clicked, sets up a formatted message on your SMS messaging application of choice.

Getting BYOP set up takes less than 2 minutes. All you need to do is install the extension, configure a message template, log in to your phone bank on OpenVPB, and you're on your way!                    

एक्सटेंशन की मूल जानकारी

नाम Field Team 6 BYOP Field Team 6 BYOP
ID phgglhfpiepgjnanahhgmecldgkiichd
आधिकारिक URL https://chromewebstore.google.com/detail/field-team-6-byop/phgglhfpiepgjnanahhgmecldgkiichd
विवरण Turbocharge Field Team 6's BYOP!
फ़ाइल का आकार 242 KB
स्थापना संख्या 572
वर्तमान संस्करण 0.4.3
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2023-11-14
डेवलपर Field Team 6
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.fieldteam6.org
सहायता पृष्ठ URL https://www.fieldteam6.org
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Field Team 6 BYOP",
    "version": "0.4.3",
    "description": "Turbocharge Field Team 6's BYOP!",
    "author": "Field Team 6",
    "homepage_url": "https:\/\/www.fieldteam6.org",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.openvpb.com\/VirtualPhoneBank*"
    ],
    "icons": {
        "32": "icons\/byop_icon_32.png",
        "48": "icons\/byop_icon_48.png",
        "96": "icons\/byop_icon_96.png",
        "128": "icons\/byop_icon_128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "Field Team 6 BYOP",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/voice.google.com\/*"
            ],
            "js": [
                "dependencies\/browser-polyfill.js",
                "contentScripts\/googleVoiceManager.js",
                "contentScripts\/tools.js",
                "contentScripts\/main.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.openvpb.com\/*"
            ],
            "js": [
                "dependencies\/browser-polyfill.js",
                "dependencies\/utilities.js",
                "vpb-common.js",
                "openvpb.js"
            ],
            "all_frames": true
        }
    ]
}