SBKC Manegement Panel

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

¿Qué es SBKC Manegement Panel?

SBKC Manegement Panel es una extensión de Chrome desarrollada por https://sbkcenter.com, y su función principal es "Utilized in participation for the Small Business Knowledge Center online panel.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SBKC Manegement Panel

Descarga archivos de extensión SBKC Manegement Panel en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SBKC Manegement Panel SBKC Manegement Panel
ID mchgnbfnmhkcklophdcfgncpojabkgij
URL Oficial https://chromewebstore.google.com/detail/sbkc-manegement-panel/mchgnbfnmhkcklophdcfgncpojabkgij
Descripción Utilized in participation for the Small Business Knowledge Center online panel.
Tamaño del Archivo 142 KB
Cantidad de Instalaciones 3,088
Versión Actual 2.9.1
Última Actualización 2022-05-25
Fecha de Publicación 2019-04-24
Calificación 4.17/5 Total de 18 Calificaciones
Desarrollador https://sbkcenter.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.sbkcenter.com/SBKC_Privacy_Policy.pdf
Idiomas Soportados 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"
    }
}