Quantcast - Tag Inspector

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

什麼是Quantcast - Tag Inspector?

Quantcast - Tag Inspector是由https://quantcast.com開發的Chrome擴展程式,該擴展的主要功能是“Validate your Measure and Consent tags, and see a summary of your site's audience”。

擴展截圖

screenshot
screenshot

下載Quantcast - Tag Inspector擴展crx文件

下載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
官方網址 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\/"
    ]
}