Mixpanel Dashboard

A Mixpanel Dashboard for easy debug

Wat is Mixpanel Dashboard?

Mixpanel Dashboard is een Chrome-extensie ontwikkeld door developer.qiao, en de belangrijkste functie is "A Mixpanel Dashboard for easy debug".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mixpanel Dashboard

Download Mixpanel Dashboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Mixpanel Dashboard Mixpanel Dashboard
ID ppejnijbncckgfbebkecipboakgnfipi
Officiële URL https://chromewebstore.google.com/detail/mixpanel-dashboard/ppejnijbncckgfbebkecipboakgnfipi
Beschrijving A Mixpanel Dashboard for easy debug
Bestandsgrootte 75.21 KB
Aantal Installaties 76
Huidige Versie 1.12
Laatst Bijgewerkt 2020-03-30
Publicatiedatum 2020-03-30
Ontwikkelaar developer.qiao
Betalingswijze free
Ondersteunde Talen 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
}