Segment Inspector

Monitor all Segment activity on any website

Qu'est-ce que Segment Inspector ?

Segment Inspector est une extension Chrome développée par Twilio Inc, et sa fonction principale est "Monitor all Segment activity on any website".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Segment Inspector

Téléchargez les fichiers d'extension Segment Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Segment Inspector Segment Inspector
ID jfcbmnpfbhhlhfclmiijpldieboendfo
URL Officiel https://chromewebstore.google.com/detail/segment-inspector/jfcbmnpfbhhlhfclmiijpldieboendfo
Description Monitor all Segment activity on any website
Taille du Fichier 9.11 MB
Nombre d'Installations 460
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-10-15
Date de Publication 2023-10-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur Twilio Inc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://segment.com
URL de la Page de Politique de Confidentialité https://www.twilio.com/legal/privacy
Langues Prises en Charge 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"
    ]
}