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
Eメール [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"
    ]
}