Bernie PB

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

Τι είναι το Bernie PB;

Το Bernie PB είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://berniepb.com, και η κύρια λειτουργία του είναι "Updates your BerniePB call stats as you use the Bernie dialer.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bernie PB

Λήψη αρχείων επέκτασης 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
Επίσημο 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
}