Mixpanel Dashboard
A Mixpanel Dashboard for easy debug
Qu'est-ce que Mixpanel Dashboard ?
Mixpanel Dashboard est une extension Chrome développée par developer.qiao, et sa fonction principale est "A Mixpanel Dashboard for easy debug".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mixpanel Dashboard
Téléchargez les fichiers d'extension Mixpanel Dashboard 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
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.
Informations de Base sur l'Extension
Nom | Mixpanel Dashboard |
ID | ppejnijbncckgfbebkecipboakgnfipi |
URL Officiel | https://chromewebstore.google.com/detail/mixpanel-dashboard/ppejnijbncckgfbebkecipboakgnfipi |
Description | A Mixpanel Dashboard for easy debug |
Taille du Fichier | 75.21 KB |
Nombre d'Installations | 76 |
Version Actuelle | 1.12 |
Dernière Mise à Jour | 2020-03-30 |
Date de Publication | 2020-03-30 |
Développeur | developer.qiao |
Type de Paiement | free |
Langues Prises en Charge | 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 } |