Mixpanel Dashboard
A Mixpanel Dashboard for easy debug
什麼是Mixpanel Dashboard?
Mixpanel Dashboard是由developer.qiao開發的Chrome擴展程式,該擴展的主要功能是“A Mixpanel Dashboard for easy debug”。
擴展截圖
下載Mixpanel Dashboard擴展crx文件
下載Mixpanel Dashboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Mixpanel Dashboard |
ID | ppejnijbncckgfbebkecipboakgnfipi |
官方網址 | https://chromewebstore.google.com/detail/mixpanel-dashboard/ppejnijbncckgfbebkecipboakgnfipi |
簡介 | A Mixpanel Dashboard for easy debug |
檔案大小 | 75.21 KB |
安裝次數 | 76 |
目前版本 | 1.12 |
更新時間 | 2020-03-30 |
上架時間 | 2020-03-30 |
開發者 | developer.qiao |
付費類型 | free |
支援的語言 | 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 } |