Mixpanel Dashboard
A Mixpanel Dashboard for easy debug
Mixpanel Dashboardคืออะไร?
Mixpanel Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer.qiao และคุณลักษณะหลักของมันคือ "A Mixpanel Dashboard for easy debug"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mixpanel Dashboard
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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 } |