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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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