Quantcast - Tag Inspector
Validate your Measure and Consent tags, and see a summary of your site's audience
Hvad er Quantcast - Tag Inspector?
Quantcast - Tag Inspector er en Chrome-udvidelse udviklet af https://quantcast.com, og dens hovedfunktion er "Validate your Measure and Consent tags, and see a summary of your site's audience".
Udvidelsesskærmbilleder
Download Quantcast - Tag Inspector-udvidelses-CRX-fil
Download Quantcast - Tag Inspector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The Quantcast Tag Inspector can be used to verify your Quantcast tag is firing correctly
Grundlæggende oplysninger om udvidelsen
Navn | Quantcast - Tag Inspector |
ID | ffjncjpkoanpjjmcdonkhfammlhfapll |
Officiel URL | https://chromewebstore.google.com/detail/quantcast-tag-inspector/ffjncjpkoanpjjmcdonkhfammlhfapll |
Beskrivelse | Validate your Measure and Consent tags, and see a summary of your site's audience |
Filstørrelse | 378 KB |
Antal Installationer | 2,927 |
Nuværende Version | 2.0.18 |
Senest Opdateret | 2023-11-23 |
Udgivelsesdato | 2019-02-01 |
Bedømmelse | 4.82/5 Samlet 11 Bedømmelser |
Udvikler | https://quantcast.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag |
Hjælpeside-URL | https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag |
Understøttede Sprog | 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", " |