SBKC Manegement Panel

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

Qu'est-ce que SBKC Manegement Panel ?

SBKC Manegement Panel est une extension Chrome développée par https://sbkcenter.com, et sa fonction principale est "Utilized in participation for the Small Business Knowledge Center online panel.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SBKC Manegement Panel

Téléchargez les fichiers d'extension SBKC Manegement Panel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SBKC Manegement Panel SBKC Manegement Panel
ID mchgnbfnmhkcklophdcfgncpojabkgij
URL Officiel https://chromewebstore.google.com/detail/sbkc-manegement-panel/mchgnbfnmhkcklophdcfgncpojabkgij
Description Utilized in participation for the Small Business Knowledge Center online panel.
Taille du Fichier 142 KB
Nombre d'Installations 3,088
Version Actuelle 2.9.1
Dernière Mise à Jour 2022-05-25
Date de Publication 2019-04-24
Évaluation 4.17/5 Total 18 Évaluations
Développeur https://sbkcenter.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.sbkcenter.com/SBKC_Privacy_Policy.pdf
Langues Prises en Charge 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"
    }
}