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
官方網址 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"
    }
}