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.」です。

拡張機能のスクリーンショット

screenshot

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 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": [
        "*:\/\/*\/*"
    ]
}