Snowplow Inspector
Add a new tab in Developer Tools to show Snowplow Analytics beacon information.
Cos'è Snowplow Inspector?
Snowplow Inspector è un'estensione di Chrome sviluppata da https://snowplow.io, e la sua funzione principale è "Add a new tab in Developer Tools to show Snowplow Analytics beacon information.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snowplow Inspector
Scarica i file di estensione Snowplow Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Snowplow Inspector |
ID | maplkdomeamdlngconidoefjpogkmljm |
URL Ufficiale | https://chromewebstore.google.com/detail/snowplow-inspector/maplkdomeamdlngconidoefjpogkmljm |
Descrizione | Add a new tab in Developer Tools to show Snowplow Analytics beacon information. |
Dimensione del File | 207 KB |
Conteggio Installazioni | 11,700 |
Versione Corrente | 0.3.5 |
Ultimo Aggiornamento | 2024-02-02 |
Data di Pubblicazione | 2019-11-25 |
Valutazione | 4.60/5 Totale 15 Valutazioni |
Sviluppatore | https://snowplow.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://snowplow.io/ |
URL della Pagina di Aiuto | https://github.com/snowplow/chrome-snowplow-inspector/ |
URL della Pagina della Politica sulla Privacy | https://poplindata.com/privacy-policy |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |