Segment Inspector

Monitor all Segment activity on any website

Segment Inspector là gì?

Segment Inspector là một tiện ích mở rộng Chrome được phát triển bởi Twilio Inc, và tính năng chính của nó là "Monitor all Segment activity on any website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Segment Inspector

Tải xuống các tệp mở rộng Segment Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Segment Inspector Segment Inspector
ID jfcbmnpfbhhlhfclmiijpldieboendfo
URL Chính Thức https://chromewebstore.google.com/detail/segment-inspector/jfcbmnpfbhhlhfclmiijpldieboendfo
Mô tả Monitor all Segment activity on any website
Kích Thước Tệp 9.11 MB
Số Lần Cài Đặt 460
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-10-15
Ngày Phát Hành 2023-10-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Twilio Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://segment.com
URL Trang Chính Sách Bảo Mật https://www.twilio.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}