Quantcast - Tag Inspector

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

Wat is Quantcast - Tag Inspector?

Quantcast - Tag Inspector is een Chrome-extensie ontwikkeld door https://quantcast.com, en de belangrijkste functie is "Validate your Measure and Consent tags, and see a summary of your site's audience".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Quantcast - Tag Inspector

Download Quantcast - Tag Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Quantcast - Tag Inspector Quantcast - Tag Inspector
ID ffjncjpkoanpjjmcdonkhfammlhfapll
Officiële URL https://chromewebstore.google.com/detail/quantcast-tag-inspector/ffjncjpkoanpjjmcdonkhfammlhfapll
Beschrijving Validate your Measure and Consent tags, and see a summary of your site's audience
Bestandsgrootte 378 KB
Aantal Installaties 2,927
Huidige Versie 2.0.18
Laatst Bijgewerkt 2023-11-23
Publicatiedatum 2019-02-01
Beoordeling 4.82/5 Totaal 11 Beoordelingen
Ontwikkelaar https://quantcast.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
Help Pagina-URL https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
Ondersteunde Talen 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\/"
    ]
}