SBKC Manegement Panel

Utilized in participation for the Small Business Knowledge Center online panel.

Cos'è SBKC Manegement Panel?

SBKC Manegement Panel è un'estensione di Chrome sviluppata da https://sbkcenter.com, e la sua funzione principale è "Utilized in participation for the Small Business Knowledge Center online panel.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SBKC Manegement Panel

Scarica i file di estensione SBKC Manegement Panel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Participating panelists on the SBKC consumer panel who install this extension can earn points by joining our opt-in digital ad tracking panel. This Chrome Extension researches digital ads that you receive when you are browsing the web. Earn points each month the extension is installed on your Chrome browser.                    

Informazioni di Base sull'Estensione

Nome SBKC Manegement Panel SBKC Manegement Panel
ID mchgnbfnmhkcklophdcfgncpojabkgij
URL Ufficiale https://chromewebstore.google.com/detail/sbkc-manegement-panel/mchgnbfnmhkcklophdcfgncpojabkgij
Descrizione Utilized in participation for the Small Business Knowledge Center online panel.
Dimensione del File 142 KB
Conteggio Installazioni 3,088
Versione Corrente 2.9.1
Ultimo Aggiornamento 2022-05-25
Data di Pubblicazione 2019-04-24
Valutazione 4.17/5 Totale 18 Valutazioni
Sviluppatore https://sbkcenter.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.sbkcenter.com/SBKC_Privacy_Policy.pdf
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SBKC Manegement Panel",
    "description": "Utilized in participation for the Small Business Knowledge Center online panel.",
    "version": "2.9.1",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/open-dialog.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/sbkc.png",
        "default_title": "SBKC Management Panel"
    }
}