Quantcast - Tag Inspector
Validate your Measure and Consent tags, and see a summary of your site's audience
Was ist Quantcast - Tag Inspector?
Quantcast - Tag Inspector ist eine Chrome-Erweiterung, die von https://quantcast.com entwickelt wurde, und ihr Hauptmerkmal ist "Validate your Measure and Consent tags, and see a summary of your site's audience".
Erweiterungsscreenshots
Quantcast - Tag Inspector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quantcast - Tag Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Quantcast Tag Inspector can be used to verify your Quantcast tag is firing correctly
Grundlegende Informationen zur Erweiterung
Name | Quantcast - Tag Inspector |
ID | ffjncjpkoanpjjmcdonkhfammlhfapll |
Offizielle URL | https://chromewebstore.google.com/detail/quantcast-tag-inspector/ffjncjpkoanpjjmcdonkhfammlhfapll |
Beschreibung | Validate your Measure and Consent tags, and see a summary of your site's audience |
Dateigröße | 378 KB |
Installationsanzahl | 2,927 |
Aktuelle Version | 2.0.18 |
Letztes Update | 2023-11-23 |
Veröffentlichungsdatum | 2019-02-01 |
Bewertung | 4.82/5 Insgesamt 11 Bewertungen |
Entwickler | https://quantcast.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag |
Hilfeseite URL | https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag |
Unterstützte Sprachen | 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", " |