Snowplow Inspector
Add a new tab in Developer Tools to show Snowplow Analytics beacon information.
O que é Snowplow Inspector?
Snowplow Inspector é uma extensão do Chrome desenvolvida por https://snowplow.io, e sua principal característica é "Add a new tab in Developer Tools to show Snowplow Analytics beacon information.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Snowplow Inspector
Baixe arquivos de extensão Snowplow Inspector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Snowplow Inspector |
ID | maplkdomeamdlngconidoefjpogkmljm |
URL Oficial | https://chromewebstore.google.com/detail/snowplow-inspector/maplkdomeamdlngconidoefjpogkmljm |
Descrição | Add a new tab in Developer Tools to show Snowplow Analytics beacon information. |
Tamanho do Arquivo | 207 KB |
Contagem de Instalações | 11,700 |
Versão Atual | 0.3.5 |
Última Atualização | 2024-02-02 |
Data de Publicação | 2019-11-25 |
Classificação | 4.60/5 Total de 15 Avaliações |
Desenvolvedor | https://snowplow.io |
Tipo de Pagamento | free |
Site da Extensão | https://snowplow.io/ |
URL da Página de Ajuda | https://github.com/snowplow/chrome-snowplow-inspector/ |
URL da Página de Política de Privacidade | https://poplindata.com/privacy-policy |
Idiomas Suportados | 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": [ "*:\/\/*\/*" ] } |