SBKC Manegement Panel

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

Vad är SBKC Manegement Panel?

SBKC Manegement Panel är en Chrome-tillägg utvecklad av https://sbkcenter.com, och dess huvudfunktion är "Utilized in participation for the Small Business Knowledge Center online panel.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner SBKC Manegement Panel-förlängningens CRX-fil

Ladda ner SBKC Manegement Panel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SBKC Manegement Panel SBKC Manegement Panel
ID mchgnbfnmhkcklophdcfgncpojabkgij
Officiell webbadress https://chromewebstore.google.com/detail/sbkc-manegement-panel/mchgnbfnmhkcklophdcfgncpojabkgij
Beskrivning Utilized in participation for the Small Business Knowledge Center online panel.
Filstorlek 142 KB
Antal Installationer 3,088
Aktuell Version 2.9.1
Senast Uppdaterad 2022-05-25
Publiceringsdatum 2019-04-24
Betyg 4.17/5 Totalt 18 Betyg
Utvecklare https://sbkcenter.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.sbkcenter.com/SBKC_Privacy_Policy.pdf
Stödda Språk 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"
    }
}