Nielsen Korea

Send a message to a native application.

O que é Nielsen Korea?

Nielsen Korea é uma extensão do Chrome desenvolvida por koreanielsen, e sua principal característica é "Send a message to a native application.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Nielsen Korea

Baixe arquivos de extensão Nielsen Korea 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

                        크롬 브라우저 웹 이용 행태를 모니터링 하여 이용 로그(web URL)를 닐슨 서버에 전송하는 프로그램 입니다.                    

Informações Básicas da Extensão

Nome Nielsen Korea Nielsen Korea
ID bihbnoeoekgchamaadbghccdcafdhpkb
URL Oficial https://chromewebstore.google.com/detail/nielsen-korea/bihbnoeoekgchamaadbghccdcafdhpkb
Descrição Send a message to a native application.
Tamanho do Arquivo 16.17 KB
Contagem de Instalações 9,886
Versão Atual 1.4.2
Última Atualização 2022-11-10
Data de Publicação 2019-05-03
Classificação 3.52/5 Total de 21 Avaliações
Desenvolvedor koreanielsen
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://panel.koreanclick.com
URL da Página de Política de Privacidade http://panel.koreanclick.com/policy/privacy.html
Idiomas Suportados ko
manifest.json
{
    "background": {
        "service_worker": "main.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": "48x48.png",
        "default_popup": "index.html",
        "default_title": "Nielsen Korea"
    },
    "description": "Send a message to a native application.",
    "icons": {
        "128": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjgdFCc0ASVF0zDvWZ6IjrV3c\/viutc\/A7m4EddgMlWTIeyrviVqzaaqM62WBFLzPWpXUwOWsjoQQyD38FAgCDn3Zh0GK54UxB4plMxFxNxYMBWDdZQvwmL+By8hje+iLDpLC4tc\/BmLnKPRboWTMzD4V3gWzNrhcwpjVcjxhRtmis6H6LGWtlRuhD3RH\/cvV2fmCA91qzNOAR6IlqQWMc\/uT6AQ8ddkQByFCdSNq2yX++suhS34LeWSoM690YE9QYhUpevAEBxZkpAYkw\/KgV6v9Z1IGisoAVaJdGG7oyjYSey2RNMwf4vA3OJzpRSCXhnQMtKjY301JRDpmv1DYkwIDAQAB",
    "manifest_version": 3,
    "name": "Nielsen Korea",
    "permissions": [
        "nativeMessaging",
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.2"
}