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文件

下載CMeter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}