Quantcast - Tag Inspector

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

What is Quantcast - Tag Inspector?

Quantcast - Tag Inspector is a Chrome extension developed by https://quantcast.com, and its main feature is "Validate your Measure and Consent tags, and see a summary of your site's audience".

Extension Screenshots

screenshot
screenshot

Download Quantcast - Tag Inspector Extension CRX File

Download Quantcast - Tag Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Quantcast - Tag Inspector Quantcast - Tag Inspector
ID ffjncjpkoanpjjmcdonkhfammlhfapll
Official URL https://chromewebstore.google.com/detail/quantcast-tag-inspector/ffjncjpkoanpjjmcdonkhfammlhfapll
Description Validate your Measure and Consent tags, and see a summary of your site's audience
File Size 378 KB
Installation Count 2,927
Current Version 2.0.18
Last Updated 2023-11-23
Publish Date 2019-02-01
Rating 4.82/5 Total 11 Ratings
Developer https://quantcast.com
Email [email protected]
Payment Type free
Extension Website https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
Help Page URL https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
Supported Languages 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\/"
    ]
}