Google Analytics 4 - Event Monitor
Monitor all google analytics 4 events with one of the easiest and intuitive user interface. Experience real-time event monitoring…
Qu'est-ce que Google Analytics 4 - Event Monitor ?
Google Analytics 4 - Event Monitor est une extension Chrome développée par manany, et sa fonction principale est "Monitor all google analytics 4 events with one of the easiest and intuitive user interface. Experience real-time event monitoring…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Analytics 4 - Event Monitor
Téléchargez les fichiers d'extension Google Analytics 4 - Event Monitor 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
Monitor all google analytics 4 events with one of the easiest and intuitive user interface. Experience real-time event monitoring directly from your browser frontend, making your data implementation & analysis more accessible. Features Ease of Use: Simplified user interface designed for both beginners and advanced users. Real-Time Monitoring: Capture GA4 events as they happen in real-time. Categorized View: Events are neatly categorized into Page, Marketing, E-commerce, Session, User, Tech, Server-Side Parameters, Configuration, and Core Requests for easy navigation. Multi-Account Support: Seamlessly switch between multiple GA4 accounts without the hassle. Implementation Support: Ideal for complex GA4 implementations, aiding in effective debugging and validation.
Informations de Base sur l'Extension
Nom | Google Analytics 4 - Event Monitor |
ID | ipanmolgobfbmpggfgpjjojjmbndafhn |
URL Officiel | https://chromewebstore.google.com/detail/google-analytics-4-event/ipanmolgobfbmpggfgpjjojjmbndafhn |
Description | Monitor all google analytics 4 events with one of the easiest and intuitive user interface. Experience real-time event monitoring… |
Taille du Fichier | 318 KB |
Nombre d'Installations | 201 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-09-12 |
Date de Publication | 2023-09-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | manany |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://googleanalytics4.co/ga4-event-monitor-chrome-extension/ |
URL de la Page d'Aide | https://googleanalytics4.co/ga4-event-monitor-feedback/ |
URL de la Page de Politique de Confidentialité | https://mind2.ai/privacy-policy-chrome-extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Analytics 4 - Event Monitor", "short_name": "GA4-Event Monitor", "description": "", "version": "1.0.0", "manifest_version": 3, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "action": { "default_title": "GA4-Event Monitor", "default_icon": { "16": "assets\/logos\/GA4-EventMonitor-Icon-256.png", "24": "assets\/logos\/GA4-EventMonitor-Icon-256.png", "32": "assets\/logos\/GA4-EventMonitor-Icon-256.png" } }, "icons": { "16": "assets\/logos\/GA4-EventMonitor-Icon-256.png", "48": "assets\/logos\/GA4-EventMonitor-Icon-256.png", "128": "assets\/logos\/GA4-EventMonitor-Icon-256.png" }, "permissions": [ "storage", "tabs", "scripting", "activeTab", "webRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", " |