Segment Event Tracker

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

What is Segment Event Tracker?

Segment Event Tracker is a Chrome extension developed by Martin Mouritzen, and its main feature is "See when Segment, Rudderstack, Attribution and Dreamdata events are being tracked.".

Extension Screenshots

screenshot
screenshot

Download Segment Event Tracker Extension CRX File

Download Segment Event Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Segment Event Tracker Segment Event Tracker
ID hbanigoffkilibdakdmmlgefndpjmajl
Official URL https://chromewebstore.google.com/detail/segment-event-tracker/hbanigoffkilibdakdmmlgefndpjmajl
Description See when Segment, Rudderstack, Attribution and Dreamdata events are being tracked.
File Size 386 KB
Installation Count 10,000
Current Version 2.4
Last Updated 2023-11-20
Publish Date 2019-06-21
Rating 4.33/5 Total 12 Ratings
Developer Martin Mouritzen
Email [email protected]
Payment Type free
Supported Languages 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
    }
}