Quantcast - Tag Inspector

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

Co je Quantcast - Tag Inspector?

Quantcast - Tag Inspector je rozšíření Chrome vyvinuté https://quantcast.com, a jeho hlavní funkcí je „Validate your Measure and Consent tags, and see a summary of your site's audience“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Quantcast - Tag Inspector

Stáhněte si soubory rozšíření Quantcast - Tag Inspector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Quantcast - Tag Inspector Quantcast - Tag Inspector
ID ffjncjpkoanpjjmcdonkhfammlhfapll
Oficiální URL https://chromewebstore.google.com/detail/quantcast-tag-inspector/ffjncjpkoanpjjmcdonkhfammlhfapll
Popis Validate your Measure and Consent tags, and see a summary of your site's audience
Velikost souboru 378 KB
Počet instalací 2,927
Aktuální Verze 2.0.18
Poslední Aktualizace 2023-11-23
Datum Vydání 2019-02-01
Hodnocení 4.82/5 Celkem 11 Hodnocení
Vývojář https://quantcast.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
URL Stránky Nápovědy https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
Podporované Jazyky 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\/"
    ]
}