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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Validate your Measure and Consent tags, and see a summary of your site's audience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quantcast - Tag Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
    ]
}