Quantcast - Tag Inspector
Validate your Measure and Consent tags, and see a summary of your site's audience
什么是Quantcast - Tag Inspector?
Quantcast - Tag Inspector是由https://quantcast.com开发的Chrome扩展程序,该扩展的主要功能是“Validate your Measure and Consent tags, and see a summary of your site's audience”。
扩展截图
下载Quantcast - Tag Inspector扩展crx文件
下载Quantcast - Tag Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Quantcast Tag Inspector can be used to verify your Quantcast tag is firing correctly
扩展基本信息
名称 | Quantcast - Tag Inspector |
ID | ffjncjpkoanpjjmcdonkhfammlhfapll |
官方URL | https://chromewebstore.google.com/detail/quantcast-tag-inspector/ffjncjpkoanpjjmcdonkhfammlhfapll |
简介 | Validate your Measure and Consent tags, and see a summary of your site's audience |
文件大小 | 378 KB |
安装次数 | 2,927 |
当前版本 | 2.0.18 |
更新时间 | 2023-11-23 |
上架时间 | 2019-02-01 |
评分 | 4.82/5 共11次评分 |
开发者 | https://quantcast.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag |
帮助页面URL | https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag |
支持的语言 | 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", " |