SBKC Manegement Panel

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

什么是SBKC Manegement Panel?

SBKC Manegement Panel是由https://sbkcenter.com开发的Chrome扩展程序,该扩展的主要功能是“Utilized in participation for the Small Business Knowledge Center online panel.”。

扩展截图

screenshot
screenshot
screenshot

下载SBKC Manegement Panel扩展crx文件

下载SBKC Manegement Panel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SBKC Manegement Panel SBKC Manegement Panel
ID mchgnbfnmhkcklophdcfgncpojabkgij
官方URL https://chromewebstore.google.com/detail/sbkc-manegement-panel/mchgnbfnmhkcklophdcfgncpojabkgij
简介 Utilized in participation for the Small Business Knowledge Center online panel.
文件大小 142 KB
安装次数 3,088
当前版本 2.9.1
更新时间 2022-05-25
上架时间 2019-04-24
评分 4.17/5 共18次评分
开发者 https://sbkcenter.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.sbkcenter.com/SBKC_Privacy_Policy.pdf
支持的语言 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"
    }
}