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
官方網址 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"
    ]
}