Snowplow Inspector
Add a new tab in Developer Tools to show Snowplow Analytics beacon information.
Snowplow Inspector là gì?
Snowplow Inspector là một tiện ích mở rộng Chrome được phát triển bởi https://snowplow.io, và tính năng chính của nó là "Add a new tab in Developer Tools to show Snowplow Analytics beacon information.".
Ả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 Snowplow Inspector
Tải xuống các tệp mở rộng Snowplow Inspector 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
Easily review your Snowplow (https://snowplowanalytics.com/) tagging implementation by viewing your beacons in the Developer Tools! - List all tracking events - See tracking parameters in human-friendly format - GET and POST support - Automatically decode and parse Self-Describing Events and Custom Entities - Automatically validate your Entities and Events against your Iglu schemas - Use your production Iglu Repositories or load in custom schemas for local testing This extension sends anonymous usage data. To opt out, right click on the extension, select 'Options' and uncheck the anonymous data option.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Snowplow Inspector |
ID | maplkdomeamdlngconidoefjpogkmljm |
URL Chính Thức | https://chromewebstore.google.com/detail/snowplow-inspector/maplkdomeamdlngconidoefjpogkmljm |
Mô tả | Add a new tab in Developer Tools to show Snowplow Analytics beacon information. |
Kích Thước Tệp | 207 KB |
Số Lần Cài Đặt | 11,700 |
Phiên Bản Hiện Tại | 0.3.5 |
Cập Nhật Lần Cuối | 2024-02-02 |
Ngày Phát Hành | 2019-11-25 |
Đánh Giá | 4.60/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | https://snowplow.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://snowplow.io/ |
URL Trang Trợ Giúp | https://github.com/snowplow/chrome-snowplow-inspector/ |
URL Trang Chính Sách Bảo Mật | https://poplindata.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Snowplow Inspector", "description": "Add a new tab in Developer Tools to show Snowplow Analytics beacon information.", "version": "0.3.5", "browser_specific_settings": { "gecko": { "id": "{4166b542-f87d-4dbc-a6b1-34cb31a5b04e}" } }, "action": { "browser_style": true, "default_title": "Snowplow Inspector", "default_popup": "popup.html", "default_icon": { "280": "icon.png" } }, "options_page": "options.html", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png", "280": "icon.png" }, "author": "Snowplow Australia", "minimum_chrome_version": "88.0", "devtools_page": "devtools.html", "permissions": [ "identity", "storage" ], "host_permissions": [ "https:\/\/iglucentral.com\/*" ], "optional_host_permissions": [ "*:\/\/*\/*" ] } |