Tag Explorer

Find marketing tags and beacons running on a webpage!

什么是Tag Explorer?

Tag Explorer是由InfoTrust, LLC开发的Chrome扩展程序,该扩展的主要功能是“Find marketing tags and beacons running on a webpage!”。

扩展截图

screenshot
screenshot
screenshot

下载Tag Explorer扩展crx文件

下载Tag Explorer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tag Explorer is a tool that shows which marketing tags are running on the page you are currently viewing and what beacons are firing. Whether you want to make sure your analytics tags are firing, check for piggy-backing tags and third party trackers, or to see the hierarchy of how each tag is being loaded, Tag Explorer is the perfect extension for all of your site auditing and privacy needs.

USE CASES:
1) Ensure every tag is firing correctly on your webpage.
2) Validate your tag management system is loading your tags properly. 
3) Learn what other "not approved" tags may be loading off other tags.
4) Pinpoint where tags are firing from and how that may affect your site performance.

Want to see all tags on your site quickly, and on more than just 1 page? Check out TagInspector.com, the parent product that powers Tag Explorer.

* Have Questions or Feedback? Contact us at https://taginspector.com/contact-us/
* Follow us on Twitter: http://twitter.com/taginspector
* Check out our Youtube channel: https://www.youtube.com/channel/UCAEbKYQUc44Ysvk0eRdThpQ
* Visit the Tag Inspector Blog for the latest news at https://taginspector.com/blog/

© 2020 InfoTrust, LLC All rights reserved.                    

扩展基本信息

名称 Tag Explorer Tag Explorer
ID obhceflecohdhjjomleeakkogaiclhoo
官方URL https://chromewebstore.google.com/detail/tag-explorer/obhceflecohdhjjomleeakkogaiclhoo
简介 Find marketing tags and beacons running on a webpage!
文件大小 5.21 MB
安装次数 40,000
当前版本 2.5.6
更新时间 2022-12-23
上架时间 2018-12-12
评分 4.00/5 共17次评分
开发者 InfoTrust, LLC
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.taginspector.com/
帮助页面URL https://taginspector.com/contact-us/
隐私政策页面URL https://app.taginspector.com/privacy_policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tag Explorer",
    "description": "Find marketing tags and beacons running on a webpage!",
    "icons": {
        "128": "icon-128.png",
        "16": "icon.png",
        "48": "icon-48.png"
    },
    "version": "2.5.6",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "background",
        "webNavigation"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}