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
Eメール [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"
    }
}