Segment Event Tracker

See when Segment, Rudderstack, Attribution and Dreamdata events are being tracked.

Co to jest Segment Event Tracker?

Segment Event Tracker to rozszerzenie Chrome opracowane przez Martin Mouritzen, a jego główną funkcją jest „See when Segment, Rudderstack, Attribution and Dreamdata events are being tracked.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Segment Event Tracker

Pobierz pliki rozszerzeń Segment Event Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension tracks website events sent to the data platform Segment (and other segment compatible platforms), so you can easily see and debug what events are being fired from your website on page loads, clicks, etc.

This is especially useful for people that need to do data-driven decisions.

Other platforms supported: Dreamdata, Attribution and Rudderstack.                    

Podstawowe informacje o rozszerzeniu

Nazwa Segment Event Tracker Segment Event Tracker
ID hbanigoffkilibdakdmmlgefndpjmajl
Oficjalny URL https://chromewebstore.google.com/detail/segment-event-tracker/hbanigoffkilibdakdmmlgefndpjmajl
Opis See when Segment, Rudderstack, Attribution and Dreamdata events are being tracked.
Rozmiar pliku 386 KB
Liczba instalacji 10,000
Aktualna Wersja 2.4
Ostatnia Aktualizacja 2023-11-20
Data Publikacji 2019-06-21
Ocena 4.33/5 Łącznie 12 Oceny
Deweloper Martin Mouritzen
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Segment Event Tracker",
    "manifest_version": 2,
    "version": "2.4",
    "description": "See when Segment, Rudderstack, Attribution and Dreamdata events are being tracked.",
    "permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}