Nielsen Korea

Send a message to a native application.

Hvad er Nielsen Korea?

Nielsen Korea er en Chrome-udvidelse udviklet af koreanielsen, og dens hovedfunktion er "Send a message to a native application.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Nielsen Korea-udvidelses-CRX-fil

Download Nielsen Korea-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Nielsen Korea Nielsen Korea
ID bihbnoeoekgchamaadbghccdcafdhpkb
Officiel URL https://chromewebstore.google.com/detail/nielsen-korea/bihbnoeoekgchamaadbghccdcafdhpkb
Beskrivelse Send a message to a native application.
Filstørrelse 16.17 KB
Antal Installationer 9,886
Nuværende Version 1.4.2
Senest Opdateret 2022-11-10
Udgivelsesdato 2019-05-03
Bedømmelse 3.52/5 Samlet 21 Bedømmelser
Udvikler koreanielsen
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://panel.koreanclick.com
URL til Fortrolighedspolitik Side http://panel.koreanclick.com/policy/privacy.html
Understøttede Sprog 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"
}