SBKC Manegement Panel

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

Was ist SBKC Manegement Panel?

SBKC Manegement Panel ist eine Chrome-Erweiterung, die von https://sbkcenter.com entwickelt wurde, und ihr Hauptmerkmal ist "Utilized in participation for the Small Business Knowledge Center online panel.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SBKC Manegement Panel-Erweiterungs-CRX-Datei herunterladen

Laden Sie SBKC Manegement Panel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SBKC Manegement Panel SBKC Manegement Panel
ID mchgnbfnmhkcklophdcfgncpojabkgij
Offizielle URL https://chromewebstore.google.com/detail/sbkc-manegement-panel/mchgnbfnmhkcklophdcfgncpojabkgij
Beschreibung Utilized in participation for the Small Business Knowledge Center online panel.
Dateigröße 142 KB
Installationsanzahl 3,088
Aktuelle Version 2.9.1
Letztes Update 2022-05-25
Veröffentlichungsdatum 2019-04-24
Bewertung 4.17/5 Insgesamt 18 Bewertungen
Entwickler https://sbkcenter.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.sbkcenter.com/SBKC_Privacy_Policy.pdf
Unterstützte Sprachen 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"
    }
}