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 |
| 公式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 |
| Eメール | [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"
]
} | |