Segment Inspector

Monitor all Segment activity on any website

Apa itu Segment Inspector?

Segment Inspector adalah ekstensi Chrome yang dikembangkan oleh Twilio Inc, dan fitur utamanya adalah "Monitor all Segment activity on any website".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Segment Inspector

Unduh file ekstensi Segment Inspector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Segment Inspector Segment Inspector
ID jfcbmnpfbhhlhfclmiijpldieboendfo
URL Resmi https://chromewebstore.google.com/detail/segment-inspector/jfcbmnpfbhhlhfclmiijpldieboendfo
Deskripsi Monitor all Segment activity on any website
Ukuran File 9.11 MB
Jumlah Instalasi 460
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-10-15
Tanggal Publikasi 2023-10-15
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Twilio Inc
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://segment.com
URL Halaman Kebijakan Privasi https://www.twilio.com/legal/privacy
Bahasa yang Didukung 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"
    ]
}