Mixpanel Tools
A debugger tool helps to intercept mixpanel events and display event properties
Mixpanel Tools là gì?
Mixpanel Tools là một tiện ích mở rộng Chrome được phát triển bởi https://nithincv.in/mixpanel-tool-home, và tính năng chính của nó là "A debugger tool helps to intercept mixpanel events and display event properties".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mixpanel Tools
Tải xuống các tệp mở rộng Mixpanel Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mixpanel Tools |
ID | eifepbfdgonblafppielmnnihcopdlpo |
URL Chính Thức | https://chromewebstore.google.com/detail/mixpanel-tools/eifepbfdgonblafppielmnnihcopdlpo |
Mô tả | A debugger tool helps to intercept mixpanel events and display event properties |
Kích Thước Tệp | 2.13 MB |
Số Lần Cài Đặt | 6,693 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-07-04 |
Ngày Phát Hành | 2020-05-22 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://nithincv.in/mixpanel-tool-home |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nithincvpoyyil/mixpanel-tools |
URL Trang Trợ Giúp | https://github.com/nithincvpoyyil/mixpanel-tools/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |