SBKC Manegement Panel

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

Apa itu SBKC Manegement Panel?

SBKC Manegement Panel adalah ekstensi Chrome yang dikembangkan oleh https://sbkcenter.com, dan fitur utamanya adalah "Utilized in participation for the Small Business Knowledge Center online panel.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SBKC Manegement Panel

Unduh file ekstensi SBKC Manegement Panel dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SBKC Manegement Panel SBKC Manegement Panel
ID mchgnbfnmhkcklophdcfgncpojabkgij
URL Resmi https://chromewebstore.google.com/detail/sbkc-manegement-panel/mchgnbfnmhkcklophdcfgncpojabkgij
Deskripsi Utilized in participation for the Small Business Knowledge Center online panel.
Ukuran File 142 KB
Jumlah Instalasi 3,088
Versi Saat Ini 2.9.1
Terakhir Diperbarui 2022-05-25
Tanggal Publikasi 2019-04-24
Penilaian 4.17/5 Total 18 Penilaian
Pengembang https://sbkcenter.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.sbkcenter.com/SBKC_Privacy_Policy.pdf
Bahasa yang Didukung 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"
    }
}