Tag Manager Validator
Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.
什么是Tag Manager Validator?
Tag Manager Validator是由shailaigade开发的Chrome扩展程序,该扩展的主要功能是“Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.”。
扩展截图
下载Tag Manager Validator扩展crx文件
下载Tag Manager Validator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a quick and easy way to validate your tag management and datalayer. You can also compare it with the analytics request side by side. Added third party tags like: Facebook Pixel, Criteo Tag, Adform Pixel and Adwords Conversion & Remarketing. We will continue adding more tags, so we dont need any other plugins for tag validations. The next release will come in a month or two because we are trying to clean up the code and making it more dynamic and easier to maintain. PLEASE CONTINUE sending bugs or other feedback with the feedback button.
扩展基本信息
名称 | |
ID | cchofejnakigbabpcnlcglfdjhglepam |
官方URL | https://chrome.google.com/webstore/detail/tag-manager-validator/cchofejnakigbabpcnlcglfdjhglepam |
简介 | Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer. |
文件大小 | 1.49 MB |
安装次数 | 3,000 |
当前版本 | 0.0.3.6 |
更新时间 | 2019-10-01 |
上架时间 | 2019-10-01 |
评分 | 4.00/5 共4次评分 |
开发者 | shailaigade |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon-32.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.", "manifest_version": 2, "name": "Tag Manager Validator", "permissions": [ "tabs", "activeTab", "storage", "webRequest", "webRequestBlocking", "browsingData", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.0.3.6", "web_accessible_resources": [ "\/js\/*" ] } |