Quantcast - Tag Inspector
Validate your Measure and Consent tags, and see a summary of your site's audience
Vad är Quantcast - Tag Inspector?
Quantcast - Tag Inspector är en Chrome-tillägg utvecklad av https://quantcast.com, och dess huvudfunktion är "Validate your Measure and Consent tags, and see a summary of your site's audience".
Tilläggsskärmbilder
Ladda ner Quantcast - Tag Inspector-förlängningens CRX-fil
Ladda ner Quantcast - Tag Inspector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The Quantcast Tag Inspector can be used to verify your Quantcast tag is firing correctly
Grundläggande Information om Tillägg
Namn | Quantcast - Tag Inspector |
ID | ffjncjpkoanpjjmcdonkhfammlhfapll |
Officiell webbadress | https://chromewebstore.google.com/detail/quantcast-tag-inspector/ffjncjpkoanpjjmcdonkhfammlhfapll |
Beskrivning | Validate your Measure and Consent tags, and see a summary of your site's audience |
Filstorlek | 378 KB |
Antal Installationer | 2,927 |
Aktuell Version | 2.0.18 |
Senast Uppdaterad | 2023-11-23 |
Publiceringsdatum | 2019-02-01 |
Betyg | 4.82/5 Totalt 11 Betyg |
Utvecklare | https://quantcast.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag |
Hjälpsida URL | https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag |
Stödda Språk | 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", " |