CMeter

Activates Content Meter library for web-pages.

CMeter란 무엇입니까?

CMeter은(는) https://opros.tns-ua.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Activates Content Meter library for web-pages."입니다.

확장 프로그램 스크린샷

CMeter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Content Meter is a library that allows users send statistic information about advertising campaigns in a websites.
It is unprecedented in its class as, unlike common widely used meters (for example AdRiver, Google Analytics) providing only standard data on the number of impressions and clicks through, Content Meter makes it possible to determine better-quality data: the number of contacts that an Internet-user has with content, users’ interests (other websites that the user visits), and most importantly, to get social and demographic characteristics of the audience.                    

확장 프로그램 기본 정보

이름 CMeter CMeter
ID haikmmmjkcejaalkjbfobneapigfmldp
공식 URL https://chromewebstore.google.com/detail/cmeter/haikmmmjkcejaalkjbfobneapigfmldp
설명 Activates Content Meter library for web-pages.
파일 크기 328 KB
설치 횟수 6,222
현재 버전 0.6.69
최근 업데이트 2023-11-04
출시 날짜 2020-03-12
평점 4.24/5 총 70 개의 평점
개발자 https://opros.tns-ua.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://panel.kantar.lt/user/product/plugin
개인정보 보호 정책 페이지 URL https://opros.tns-ua.com/register/doc/agreement
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CMeter",
    "description": "Activates Content Meter library for web-pages.",
    "version": "0.6.69",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "homepage_url": "https:\/\/opros.tns-ua.com\/UA\/Plugin.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "init.js",
                "vendor\/require.js",
                "vendor\/requireContent.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "meter\/ua\/*.js",
        "meter\/kz\/*.js",
        "meter\/md\/*.js",
        "meter\/ge\/*.js",
        "meter\/lt\/*.js"
    ],
    "permissions": [
        "activeTab",
        "",
        "tabs",
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "modules\/httpListener.js",
            "modules\/utils.js",
            "modules\/defaultConfig.js",
            "modules\/storageSync.js",
            "modules\/PixelAudit.js",
            "background.js"
        ]
    }
}