Mixpanel Tools
A debugger tool helps to intercept mixpanel events and display event properties
什麼是Mixpanel Tools?
Mixpanel Tools是由https://nithincv.in/mixpanel-tool-home開發的Chrome擴展程式,該擴展的主要功能是“A debugger tool helps to intercept mixpanel events and display event properties”。
擴展截圖
下載Mixpanel Tools擴展crx文件
下載Mixpanel Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension enables the web developers, QA team and others to debug the Mixpanel analytics events calling from the application. Mixpanel tools helps you to find the analytics events & information being sent from the website real-time. ★ Features - Record the mixpanel analytics calls - Hide and show mixpanel properties - Download JSON file of recorded events - Record/Pause Buttons - Included new API changes - GET/POST and BATCHED requests - Included support for self-hosted URLs - Open source - https://github.com/nithincvpoyyil/mixpanel-tools - Added support for api_payload_format - both Base64 & plain JSON ★ How can I use Mixpanel Tools ? Open Chrome DevTools and open mixpanel tab to see the logged events See Youtube video for more details: https://youtu.be/7L3j04TX8J0 ★ Kindly notice, * Mixpanel is registered trademark of https://mixpanel.com * This extension is not collecting any information from the apps * Please read the software licence details in the following link - https://github.com/nithincvpoyyil/mixpanel-tools. * This tool is intended for dev and QA purposes only.
擴展基本資訊
名稱 | Mixpanel Tools |
ID | eifepbfdgonblafppielmnnihcopdlpo |
官方網址 | https://chromewebstore.google.com/detail/mixpanel-tools/eifepbfdgonblafppielmnnihcopdlpo |
簡介 | A debugger tool helps to intercept mixpanel events and display event properties |
檔案大小 | 2.13 MB |
安裝次數 | 6,693 |
目前版本 | 1.0.0 |
更新時間 | 2023-07-04 |
上架時間 | 2020-05-22 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://nithincv.in/mixpanel-tool-home |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/nithincvpoyyil/mixpanel-tools |
說明頁面URL | https://github.com/nithincvpoyyil/mixpanel-tools/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mixpanel Tools", "version": "1.0.0", "description": "A debugger tool helps to intercept mixpanel events and display event properties", "short_name": "mixpanel tools", "icons": { "16": ".\/assets\/images\/logo-16.png", "48": ".\/assets\/images\/logo-48.png", "128": ".\/assets\/images\/logo-128.png" }, "devtools_page": "devtools.html", "background": { "servicewroker": [ "background.js" ] }, "permissions": [ "storage" ], "manifest_version": 3, "action": { "default_popup": "popup.html" } } |