Segment Event Tracker

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

Co je Segment Event Tracker?

Segment Event Tracker je rozšíření Chrome vyvinuté Martin Mouritzen, a jeho hlavní funkcí je „See when Segment, Rudderstack, Attribution and Dreamdata events are being tracked.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Segment Event Tracker

Stáhněte si soubory rozšíření Segment Event Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Segment Event Tracker Segment Event Tracker
ID hbanigoffkilibdakdmmlgefndpjmajl
Oficiální URL https://chromewebstore.google.com/detail/segment-event-tracker/hbanigoffkilibdakdmmlgefndpjmajl
Popis See when Segment, Rudderstack, Attribution and Dreamdata events are being tracked.
Velikost souboru 386 KB
Počet instalací 10,000
Aktuální Verze 2.4
Poslední Aktualizace 2023-11-20
Datum Vydání 2019-06-21
Hodnocení 4.33/5 Celkem 12 Hodnocení
Vývojář Martin Mouritzen
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}