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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } } |