SBKC Manegement Panel

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

What is SBKC Manegement Panel?

SBKC Manegement Panel is a Chrome extension developed by https://sbkcenter.com, and its main feature is "Utilized in participation for the Small Business Knowledge Center online panel.".

Extension Screenshots

screenshot
screenshot
screenshot

Download SBKC Manegement Panel Extension CRX File

Download SBKC Manegement Panel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SBKC Manegement Panel SBKC Manegement Panel
ID mchgnbfnmhkcklophdcfgncpojabkgij
Official URL https://chromewebstore.google.com/detail/sbkc-manegement-panel/mchgnbfnmhkcklophdcfgncpojabkgij
Description Utilized in participation for the Small Business Knowledge Center online panel.
File Size 142 KB
Installation Count 3,088
Current Version 2.9.1
Last Updated 2022-05-25
Publish Date 2019-04-24
Rating 4.17/5 Total 18 Ratings
Developer https://sbkcenter.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.sbkcenter.com/SBKC_Privacy_Policy.pdf
Supported Languages 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"
    }
}