Bernie PB

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

Bernie PB là gì?

Bernie PB là một tiện ích mở rộng Chrome được phát triển bởi https://berniepb.com, và tính năng chính của nó là "Updates your BerniePB call stats as you use the Bernie dialer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bernie PB

Tải xuống các tệp mở rộng Bernie PB dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bernie PB Bernie PB
ID ippaapoiolpdkljaeicdcjilfdimgklb
URL Chính Thức https://chromewebstore.google.com/detail/bernie-pb/ippaapoiolpdkljaeicdcjilfdimgklb
Mô tả Updates your BerniePB call stats as you use the Bernie dialer.
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 705
Phiên Bản Hiện Tại 1.0.24
Cập Nhật Lần Cuối 2020-03-18
Ngày Phát Hành 2020-03-17
Đánh Giá 4.68/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://berniepb.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.berniepb.com
URL Trang Trợ Giúp https://www.berniepb.com/help/
URL Trang Chính Sách Bảo Mật https://www.berniepb.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}