Nielsen Korea

Send a message to a native application.

What is Nielsen Korea?

Nielsen Korea is a Chrome extension developed by koreanielsen, and its main feature is "Send a message to a native application.".

Extension Screenshots

screenshot
screenshot

Download Nielsen Korea Extension CRX File

Download Nielsen Korea extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Nielsen Korea Nielsen Korea
ID bihbnoeoekgchamaadbghccdcafdhpkb
Official URL https://chromewebstore.google.com/detail/nielsen-korea/bihbnoeoekgchamaadbghccdcafdhpkb
Description Send a message to a native application.
File Size 16.17 KB
Installation Count 9,886
Current Version 1.4.2
Last Updated 2022-11-10
Publish Date 2019-05-03
Rating 3.52/5 Total 21 Ratings
Developer koreanielsen
Email [email protected]
Payment Type free
Extension Website https://panel.koreanclick.com
Privacy Policy Page URL http://panel.koreanclick.com/policy/privacy.html
Supported Languages 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"
}