Mixpanel Dashboard

A Mixpanel Dashboard for easy debug

Cos'è Mixpanel Dashboard?

Mixpanel Dashboard è un'estensione di Chrome sviluppata da developer.qiao, e la sua funzione principale è "A Mixpanel Dashboard for easy debug".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mixpanel Dashboard

Scarica i file di estensione Mixpanel Dashboard 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Mixpanel Dashboard Mixpanel Dashboard
ID ppejnijbncckgfbebkecipboakgnfipi
URL Ufficiale https://chromewebstore.google.com/detail/mixpanel-dashboard/ppejnijbncckgfbebkecipboakgnfipi
Descrizione A Mixpanel Dashboard for easy debug
Dimensione del File 75.21 KB
Conteggio Installazioni 76
Versione Corrente 1.12
Ultimo Aggiornamento 2020-03-30
Data di Pubblicazione 2020-03-30
Sviluppatore developer.qiao
Tipo di Pagamento free
Lingue Supportate 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
}