Mixpanel Tools
A debugger tool helps to intercept mixpanel events and display event properties
Τι είναι το Mixpanel Tools;
Το Mixpanel Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nithincv.in/mixpanel-tool-home, και η κύρια λειτουργία του είναι "A debugger tool helps to intercept mixpanel events and display event properties".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mixpanel Tools
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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" } } |