Segment Inspector

Monitor all Segment activity on any website

Cos'è Segment Inspector?

Segment Inspector è un'estensione di Chrome sviluppata da Twilio Inc, e la sua funzione principale è "Monitor all Segment activity on any website".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Segment Inspector

Scarica i file di estensione Segment Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Segment Inspector Segment Inspector
ID jfcbmnpfbhhlhfclmiijpldieboendfo
URL Ufficiale https://chromewebstore.google.com/detail/segment-inspector/jfcbmnpfbhhlhfclmiijpldieboendfo
Descrizione Monitor all Segment activity on any website
Dimensione del File 9.11 MB
Conteggio Installazioni 460
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-10-15
Data di Pubblicazione 2023-10-15
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Twilio Inc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://segment.com
URL della Pagina della Politica sulla Privacy https://www.twilio.com/legal/privacy
Lingue Supportate 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"
    ]
}