Quantcast - Tag Inspector

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

Cos'è Quantcast - Tag Inspector?

Quantcast - Tag Inspector è un'estensione di Chrome sviluppata da https://quantcast.com, e la sua funzione principale è "Validate your Measure and Consent tags, and see a summary of your site's audience".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Quantcast - Tag Inspector

Scarica i file di estensione Quantcast - Tag Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Quantcast - Tag Inspector Quantcast - Tag Inspector
ID ffjncjpkoanpjjmcdonkhfammlhfapll
URL Ufficiale https://chromewebstore.google.com/detail/quantcast-tag-inspector/ffjncjpkoanpjjmcdonkhfammlhfapll
Descrizione Validate your Measure and Consent tags, and see a summary of your site's audience
Dimensione del File 378 KB
Conteggio Installazioni 2,927
Versione Corrente 2.0.18
Ultimo Aggiornamento 2023-11-23
Data di Pubblicazione 2019-02-01
Valutazione 4.82/5 Totale 11 Valutazioni
Sviluppatore https://quantcast.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
URL della Pagina di Aiuto https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
Lingue Supportate 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\/"
    ]
}