Mixpanel Dashboard
A Mixpanel Dashboard for easy debug
Apa itu Mixpanel Dashboard?
Mixpanel Dashboard adalah ekstensi Chrome yang dikembangkan oleh developer.qiao, dan fitur utamanya adalah "A Mixpanel Dashboard for easy debug".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mixpanel Dashboard
Unduh file ekstensi Mixpanel Dashboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Mixpanel Dashboard |
ID | ppejnijbncckgfbebkecipboakgnfipi |
URL Resmi | https://chromewebstore.google.com/detail/mixpanel-dashboard/ppejnijbncckgfbebkecipboakgnfipi |
Deskripsi | A Mixpanel Dashboard for easy debug |
Ukuran File | 75.21 KB |
Jumlah Instalasi | 76 |
Versi Saat Ini | 1.12 |
Terakhir Diperbarui | 2020-03-30 |
Tanggal Publikasi | 2020-03-30 |
Pengembang | developer.qiao |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |