Segment Debugger

A debugger tool helps to intercept segment events and display event properties

What is Segment Debugger?

Segment Debugger is a Chrome extension developed by Alex Urbano, and its main feature is "A debugger tool helps to intercept segment events and display event properties".

Extension Screenshots

screenshot
screenshot
screenshot

Download Segment Debugger Extension CRX File

Download Segment Debugger 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

                        Easily see and debug what events are being fired from your website to Segment.

- Easy to read list of events.
- Easy to read event properties, highlighting the most important ones.
- Configure a custom domain in case you are using an event proxy.

You can access this from you Chrome dev tools, in a 
 new tab called "Segment"

https://developer.chrome.com/docs/devtools/open/


by @Asgaroth                    

Extension Basic Information

Name Segment Debugger Segment Debugger
ID cfdcfcapahnfgmikhnigcpdnkfbaighi
Official URL https://chromewebstore.google.com/detail/segment-debugger/cfdcfcapahnfgmikhnigcpdnkfbaighi
Description A debugger tool helps to intercept segment events and display event properties
File Size 64.84 KB
Installation Count 772
Current Version 0.0.5
Last Updated 2021-10-05
Publish Date 2021-09-23
Rating 4.00/5 Total 2 Ratings
Developer Alex Urbano
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5",
    "short_name": "Segment",
    "name": "Segment Debugger",
    "description": "A debugger tool helps to intercept segment events and display event properties",
    "icons": {
        "16": "logo.png"
    },
    "devtools_page": "devtools.html",
    "manifest_version": 3
}