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
公式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
Eメール [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\/"
    ]
}