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文件
下載Trackie擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | iphjjodolgbelaogcefgpegebgecopeh |
| 官方網址 | 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"
]
} | |