CMeter

Activates Content Meter library for web-pages.

CMeterคืออะไร?

CMeter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://opros.tns-ua.com และคุณลักษณะหลักของมันคือ "Activates Content Meter library for web-pages."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CMeter

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        ]
    }
}