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!"입니다.
확장 프로그램 스크린샷
Tag Explorer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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'" } |