Trackie
Debug and test tag manager and analytics implementations.
Trackie là gì?
Trackie là một tiện ích mở rộng Chrome được phát triển bởi https://pualien.github.io/Trackie, và tính năng chính của nó là "Debug and test tag manager and analytics implementations.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Trackie
Tải xuống các tệp mở rộng Trackie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trackie |
ID | iphjjodolgbelaogcefgpegebgecopeh |
URL Chính Thức | https://chromewebstore.google.com/detail/trackie/iphjjodolgbelaogcefgpegebgecopeh |
Mô tả | Debug and test tag manager and analytics implementations. |
Kích Thước Tệp | 172 KB |
Số Lần Cài Đặt | 456 |
Phiên Bản Hiện Tại | 0.11.12 |
Cập Nhật Lần Cuối | 2020-12-14 |
Ngày Phát Hành | 2019-11-15 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://pualien.github.io/Trackie |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pualien.github.io/Trackie/ |
URL Trang Trợ Giúp | https://pualien.github.io/Trackie/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |