Segment Inspector

Monitor all Segment activity on any website

What is Segment Inspector?

Segment Inspector is a Chrome extension developed by Twilio Inc, and its main feature is "Monitor all Segment activity on any website".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Segment Inspector Extension CRX File

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

                        Segment Inspector is the one-stop shop for inspecting Segment analytics integration with an app or website. From monitoring events, to exploring user's traits and all the way to checking active plugins and integrations.                    

Extension Basic Information

Name Segment Inspector Segment Inspector
ID jfcbmnpfbhhlhfclmiijpldieboendfo
Official URL https://chromewebstore.google.com/detail/segment-inspector/jfcbmnpfbhhlhfclmiijpldieboendfo
Description Monitor all Segment activity on any website
File Size 9.11 MB
Installation Count 460
Current Version 1.0.0
Last Updated 2023-10-15
Publish Date 2023-10-15
Rating 5.00/5 Total 3 Ratings
Developer Twilio Inc
Email [email protected]
Payment Type free
Extension Website https://segment.com
Privacy Policy Page URL https://www.twilio.com/legal/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Segment Inspector",
    "short_name": "Segment Inspector",
    "description": "Monitor all Segment activity on any website",
    "homepage_url": "https:\/\/segment.com",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16-greyed.png"
        },
        "default_title": "Segment Inspector",
        "default_popup": "public\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "broker.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}