Mixpanel Dashboard

A Mixpanel Dashboard for easy debug

Was ist Mixpanel Dashboard?

Mixpanel Dashboard ist eine Chrome-Erweiterung, die von developer.qiao entwickelt wurde, und ihr Hauptmerkmal ist "A Mixpanel Dashboard for easy debug".

Erweiterungsscreenshots

screenshot

Mixpanel Dashboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mixpanel Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A tool to track the mixpanel requests in your webpage during debugging the data issue. It automatically decodes the Mixpanel tag to make it easy to view. You can find the Mixpanel debugger in Developer Tools window.                    

Grundlegende Informationen zur Erweiterung

Name Mixpanel Dashboard Mixpanel Dashboard
ID ppejnijbncckgfbebkecipboakgnfipi
Offizielle URL https://chromewebstore.google.com/detail/mixpanel-dashboard/ppejnijbncckgfbebkecipboakgnfipi
Beschreibung A Mixpanel Dashboard for easy debug
Dateigröße 75.21 KB
Installationsanzahl 76
Aktuelle Version 1.12
Letztes Update 2020-03-30
Veröffentlichungsdatum 2020-03-30
Entwickler developer.qiao
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mixpanel Dashboard",
    "version": "1.12",
    "description": "A Mixpanel Dashboard for easy debug",
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "devtools_page": "devtools.html",
    "manifest_version": 2
}