Trackie
Debug and test tag manager and analytics implementations.
Trackie란 무엇입니까?
Trackie은(는) https://pualien.github.io/Trackie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Debug and test tag manager and analytics implementations."입니다.
확장 프로그램 스크린샷
Trackie 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Trackie 🐞 is a Chrome extension to enhance debugging 👨🏼💻 of some frequently-used tag management platforms 🌩: - GTM - Tealium - More tag managers supported, as linked in the project homepage In addition Trackie intercepts ⚡️ a lot of most-used tag calls (page view, clicks, checkout...) 🕵🏻♂from: - Google Analytics also v4 property, formerly known as "App + Web" property (with Audiences also) - Many other tags supported, as linked in the project homepage Tag calls can now be exported in csv 💾 in order to better view data collected offline!
확장 프로그램 기본 정보
이름 | Trackie |
ID | iphjjodolgbelaogcefgpegebgecopeh |
공식 URL | https://chromewebstore.google.com/detail/trackie/iphjjodolgbelaogcefgpegebgecopeh |
설명 | Debug and test tag manager and analytics implementations. |
파일 크기 | 172 KB |
설치 횟수 | 456 |
현재 버전 | 0.11.12 |
최근 업데이트 | 2020-12-14 |
출시 날짜 | 2019-11-15 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://pualien.github.io/Trackie |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pualien.github.io/Trackie/ |
도움말 페이지 URL | https://pualien.github.io/Trackie/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trackie", "description": "Debug and test tag manager and analytics implementations.", "short_name": "trackie", "version": "0.11.12", "icons": { "48": "i48.png", "128": "i128.png" }, "devtools_page": "devtools.html", "options_page": "options.html", "background": { "scripts": [ "event.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "inject.js", "oo_poly.js" ], "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "declarativeWebRequest", "*:\/\/*\/*", "activeTab", "downloads" ] } |