Quantcast - Tag Inspector

Validate your Measure and Consent tags, and see a summary of your site's audience

Quantcast - Tag Inspectorคืออะไร?

Quantcast - Tag Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quantcast.com และคุณลักษณะหลักของมันคือ "Validate your Measure and Consent tags, and see a summary of your site's audience"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quantcast - Tag Inspector

ดาวน์โหลดไฟล์ส่วนขยาย Quantcast - Tag Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Quantcast Tag Inspector can be used to verify your Quantcast tag is firing correctly                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quantcast - Tag Inspector Quantcast - Tag Inspector
ID ffjncjpkoanpjjmcdonkhfammlhfapll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quantcast-tag-inspector/ffjncjpkoanpjjmcdonkhfammlhfapll
คำอธิบาย Validate your Measure and Consent tags, and see a summary of your site's audience
ขนาดไฟล์ 378 KB
จำนวนการติดตั้ง 2,927
เวอร์ชันปัจจุบัน 2.0.18
อัปเดตครั้งล่าสุด 2023-11-23
วันที่เผยแพร่ 2019-02-01
คะแนน 4.82/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://quantcast.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
URL หน้าช่วยเหลือ https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quantcast - Tag Inspector",
    "description": "Validate your Measure and Consent tags, and see a summary of your site's audience",
    "version": "2.0.18",
    "icons": {
        "128": "icon-unchecked.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "uri.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-unchecked.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com\/ https:\/\/www.googleadservices.com\/ https:\/\/cdn.mxpnl.com\/; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webNavigation",
        "",
        "*:\/\/*.quantcast.com\/",
        "*:\/\/*.quantserve.com\/",
        "*:\/\/*.quantserve.com\/"
    ]
}