Mixpanel Dashboard
A Mixpanel Dashboard for easy debug
What is Mixpanel Dashboard?
Mixpanel Dashboard is a Chrome extension developed by developer.qiao, and its main feature is "A Mixpanel Dashboard for easy debug".
Extension Screenshots
Download Mixpanel Dashboard Extension CRX File
Download Mixpanel Dashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Mixpanel Dashboard |
ID | ppejnijbncckgfbebkecipboakgnfipi |
Official URL | https://chromewebstore.google.com/detail/mixpanel-dashboard/ppejnijbncckgfbebkecipboakgnfipi |
Description | A Mixpanel Dashboard for easy debug |
File Size | 75.21 KB |
Installation Count | 76 |
Current Version | 1.12 |
Last Updated | 2020-03-30 |
Publish Date | 2020-03-30 |
Developer | developer.qiao |
Payment Type | free |
Supported Languages | 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 } |