Snowplow Inspector
Add a new tab in Developer Tools to show Snowplow Analytics beacon information.
什么是Snowplow Inspector?
Snowplow Inspector是由https://snowplow.io开发的Chrome扩展程序,该扩展的主要功能是“Add a new tab in Developer Tools to show Snowplow Analytics beacon information.”。
扩展截图
下载Snowplow Inspector扩展crx文件
下载Snowplow Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Snowplow Inspector |
ID | maplkdomeamdlngconidoefjpogkmljm |
官方URL | https://chromewebstore.google.com/detail/snowplow-inspector/maplkdomeamdlngconidoefjpogkmljm |
简介 | Add a new tab in Developer Tools to show Snowplow Analytics beacon information. |
文件大小 | 207 KB |
安装次数 | 11,700 |
当前版本 | 0.3.5 |
更新时间 | 2024-02-02 |
上架时间 | 2019-11-25 |
评分 | 4.60/5 共15次评分 |
开发者 | https://snowplow.io |
付费类型 | free |
扩展官网 | https://snowplow.io/ |
帮助页面URL | https://github.com/snowplow/chrome-snowplow-inspector/ |
隐私政策页面URL | https://poplindata.com/privacy-policy |
支持的语言 | 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": [ "*:\/\/*\/*" ] } |