Snowplow Analytics Debugger
Debug your Snowplow Analytics implementation with the Snowplow Analytics Debugger in Developer Tools.
什麼是Snowplow Analytics Debugger?
Snowplow Analytics Debugger是由https://snowcatcloud.com開發的Chrome擴展程式,該擴展的主要功能是“Debug your Snowplow Analytics implementation with the Snowplow Analytics Debugger in Developer Tools.”。
擴展截圖
下載Snowplow Analytics Debugger擴展crx文件
下載Snowplow Analytics Debugger擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you work with Snowplow as much as we do, you know debugging is not as straightforward as inspecting hits with the network tab. Now it is!. Looking to improve developers day-to-day during implementation and quality assurance of Snowplow, we've created a Chrome extension that is both simple and intuitive to use. Features - Collector Override for easy debug - Event validation with detailed errors - Custom Iglu servers (including your local drive) - Rest your eyes with Chrome Dark and Light themes - Easier QA, export to CSV - See what you need, filter for any parameter Changelog v.1.2.0 Bugfixes + Migrated to Manifest v3.0 + Disabled caching of schemas to ease schema development + Fixed inconsistent colors in long event list v1.1.0 - August 2021 + Added red background when hits have invalid payload (against schema) + Event validation against available schema with detailed errors + Hit detail reveal IGLU repositories schema URL used for validation + Several bug fixes Please report any issues and feature requests to [email protected].
擴展基本資訊
名稱 | Snowplow Analytics Debugger |
ID | jbnlcgeengmijcghameodeaenefieedm |
官方網址 | https://chromewebstore.google.com/detail/snowplow-analytics-debugg/jbnlcgeengmijcghameodeaenefieedm |
簡介 | Debug your Snowplow Analytics implementation with the Snowplow Analytics Debugger in Developer Tools. |
檔案大小 | 276 KB |
安裝次數 | 4,269 |
目前版本 | 1.2.0 |
更新時間 | 2022-03-14 |
上架時間 | 2019-11-04 |
評分 | 4.50/5 共 8 次評分 |
開發者 | https://snowcatcloud.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.snowcatcloud.com |
說明頁面URL | https://docs.snowcatcloud.com/snowplow-chrome-extension/introduction |
隱私政策頁面URL | https://www.snowcatcloud.com/legal/privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Snowplow Analytics Debugger", "short_name": "Snowplow Debugger", "version": "1.2.0", "description": "Debug your Snowplow Analytics implementation with the Snowplow Analytics Debugger in Developer Tools.", "author": "SnowcatCloud", "minimum_chrome_version": "88", "icons": { "128": "\/img\/logo.png" }, "action": { "default_icon": "\/img\/logo.png", "default_popup": "\/pages\/popup\/index.html" }, "background": { "service_worker": "service_worker.js" }, "sandbox": { "pages": [ "\/pages\/sandbox\/index.html" ] }, "devtools_page": "\/js\/background\/devtools.html", "options_ui": { "page": "\/pages\/options\/index.html", "open_in_tab": false }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/js\/content_script.js" ] } ], "permissions": [ "activeTab", "storage", "webRequest" ], "host_permissions": [ " |