Bernie PB

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

什麼是Bernie PB?

Bernie PB是由https://berniepb.com開發的Chrome擴展程式,該擴展的主要功能是“Updates your BerniePB call stats as you use the Bernie dialer.”。

擴展截圖

screenshot

下載Bernie PB擴展crx文件

下載Bernie PB擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}