Tag Explorer

Find marketing tags and beacons running on a webpage!

Tag Explorerคืออะไร?

Tag Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InfoTrust, LLC และคุณลักษณะหลักของมันคือ "Find marketing tags and beacons running on a webpage!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tag Explorer

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}