Segment Inspector

Monitor all Segment activity on any website

什么是Segment Inspector?

Segment Inspector是由Twilio Inc开发的Chrome扩展程序,该扩展的主要功能是“Monitor all Segment activity on any website”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Segment Inspector扩展crx文件

下载Segment Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Segment Inspector Segment Inspector
ID jfcbmnpfbhhlhfclmiijpldieboendfo
官方URL https://chromewebstore.google.com/detail/segment-inspector/jfcbmnpfbhhlhfclmiijpldieboendfo
简介 Monitor all Segment activity on any website
文件大小 9.11 MB
安装次数 460
当前版本 1.0.0
更新时间 2023-10-15
上架时间 2023-10-15
评分 5.00/5 共3次评分
开发者 Twilio Inc
电子邮箱 [email protected]
付费类型 free
扩展官网 https://segment.com
隐私政策页面URL https://www.twilio.com/legal/privacy
支持的语言 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"
    ]
}