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 с друзьями, чтобы легко установить расширения 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"
    }
}