Bernie PB

Updates your BerniePB call stats as you use the Bernie dialer.

Bernie PB क्या है?

Bernie PB https://berniepb.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Updates your BerniePB call stats as you use the Bernie dialer."।

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

screenshot

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

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

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

                        BerniePB.com is a website that, among other things, lets you track how many phone banking calls you've made for the Bernie Sanders campaign on a computer through the Bernie Dialer. This extension listens for when you've "saved" a call, and updates your statistics on Bernie PB accordingly.

You will need to be logged in to Bernie PB for this extension to track your calls properly. Please make sure you have this extension installed, have an account on BerniePB.com, and are logged in to Bernie PB before you log in to the Bernie Dialer!

Note: Bernie PB was created by grassroots coders, and is not officially associated with the Bernie 2020 campaign.

Privacy policy: https://www.berniepb.com/privacy/                    

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

नाम Bernie PB Bernie PB
ID ippaapoiolpdkljaeicdcjilfdimgklb
आधिकारिक URL https://chromewebstore.google.com/detail/bernie-pb/ippaapoiolpdkljaeicdcjilfdimgklb
विवरण Updates your BerniePB call stats as you use the Bernie dialer.
फ़ाइल का आकार 120 KB
स्थापना संख्या 705
वर्तमान संस्करण 1.0.24
अंतिम अपडेट 2020-03-18
प्रकाशन तिथि 2020-03-17
रेटिंग 4.68/5 कुल 22 रेटिंग्स
डेवलपर https://berniepb.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.berniepb.com
सहायता पृष्ठ URL https://www.berniepb.com/help/
गोपनीयता नीति पृष्ठ URL https://www.berniepb.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bernie PB",
    "version": "1.0.24",
    "description": "Updates your BerniePB call stats as you use the Bernie dialer.",
    "browser_action": {
        "name": "Bernie PB",
        "icons": [
            "icon_v2_250.png"
        ],
        "default_icon": "icon_v2_250.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_v2_16.png",
        "48": "icon_v2_48.png",
        "128": "icon_v2_128.png"
    },
    "permissions": [
        "cookies",
        "https:\/\/www.berniepb.com\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "common.js",
            "background.js",
            "bg_locale_fetch.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "common.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*.openvpb.com\/*",
                "*:\/\/www.berniepb.com\/*",
                "*:\/\/*.livevox.com\/*",
                "*:\/\/*.callhub.io\/*"
            ]
        }
    ],
    "manifest_version": 2
}