SBKC Manegement Panel

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

ما هو SBKC Manegement Panel؟

SBKC Manegement Panel هو إضافة Chrome تم تطويرها بواسطة https://sbkcenter.com، والميزة الرئيسية لها هي "Utilized in participation for the Small Business Knowledge Center online panel.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SBKC Manegement Panel

قم بتنزيل ملفات الامتداد SBKC Manegement Panel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}