Mixpanel Tools

A debugger tool helps to intercept mixpanel events and display event properties

Qu'est-ce que Mixpanel Tools ?

Mixpanel Tools est une extension Chrome développée par https://nithincv.in/mixpanel-tool-home, et sa fonction principale est "A debugger tool helps to intercept mixpanel events and display event properties".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mixpanel Tools

Téléchargez les fichiers d'extension Mixpanel Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mixpanel Tools Mixpanel Tools
ID eifepbfdgonblafppielmnnihcopdlpo
URL Officiel https://chromewebstore.google.com/detail/mixpanel-tools/eifepbfdgonblafppielmnnihcopdlpo
Description A debugger tool helps to intercept mixpanel events and display event properties
Taille du Fichier 2.13 MB
Nombre d'Installations 6,693
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-07-04
Date de Publication 2020-05-22
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://nithincv.in/mixpanel-tool-home
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/nithincvpoyyil/mixpanel-tools
URL de la Page d'Aide https://github.com/nithincvpoyyil/mixpanel-tools/issues
Langues Prises en Charge 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"
    }
}