SBKC Manegement Panel

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

O que é SBKC Manegement Panel?

SBKC Manegement Panel é uma extensão do Chrome desenvolvida por https://sbkcenter.com, e sua principal característica é "Utilized in participation for the Small Business Knowledge Center online panel.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SBKC Manegement Panel

Baixe arquivos de extensão SBKC Manegement Panel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SBKC Manegement Panel SBKC Manegement Panel
ID mchgnbfnmhkcklophdcfgncpojabkgij
URL Oficial https://chromewebstore.google.com/detail/sbkc-manegement-panel/mchgnbfnmhkcklophdcfgncpojabkgij
Descrição Utilized in participation for the Small Business Knowledge Center online panel.
Tamanho do Arquivo 142 KB
Contagem de Instalações 3,088
Versão Atual 2.9.1
Última Atualização 2022-05-25
Data de Publicação 2019-04-24
Classificação 4.17/5 Total de 18 Avaliações
Desenvolvedor https://sbkcenter.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.sbkcenter.com/SBKC_Privacy_Policy.pdf
Idiomas Suportados 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"
    }
}