Nielsen Korea

Send a message to a native application.

Wat is Nielsen Korea?

Nielsen Korea is een Chrome-extensie ontwikkeld door koreanielsen, en de belangrijkste functie is "Send a message to a native application.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Nielsen Korea

Download Nielsen Korea-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Nielsen Korea Nielsen Korea
ID bihbnoeoekgchamaadbghccdcafdhpkb
Officiële URL https://chromewebstore.google.com/detail/nielsen-korea/bihbnoeoekgchamaadbghccdcafdhpkb
Beschrijving Send a message to a native application.
Bestandsgrootte 16.17 KB
Aantal Installaties 9,886
Huidige Versie 1.4.2
Laatst Bijgewerkt 2022-11-10
Publicatiedatum 2019-05-03
Beoordeling 3.52/5 Totaal 21 Beoordelingen
Ontwikkelaar koreanielsen
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://panel.koreanclick.com
URL van de Privacybeleid Pagina http://panel.koreanclick.com/policy/privacy.html
Ondersteunde Talen 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"
}