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…
Was ist Google Analytics 4 - Event Monitor?
Google Analytics 4 - Event Monitor ist eine Chrome-Erweiterung, die von manany entwickelt wurde, und ihr Hauptmerkmal ist "Monitor all google analytics 4 events with one of the easiest and intuitive user interface. Experience real-time event monitoring…".
Erweiterungsscreenshots
Google Analytics 4 - Event Monitor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Analytics 4 - Event Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Google Analytics 4 - Event Monitor |
ID | ipanmolgobfbmpggfgpjjojjmbndafhn |
Offizielle URL | https://chromewebstore.google.com/detail/google-analytics-4-event/ipanmolgobfbmpggfgpjjojjmbndafhn |
Beschreibung | Monitor all google analytics 4 events with one of the easiest and intuitive user interface. Experience real-time event monitoring… |
Dateigröße | 318 KB |
Installationsanzahl | 201 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-09-12 |
Veröffentlichungsdatum | 2023-09-10 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | manany |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://googleanalytics4.co/ga4-event-monitor-chrome-extension/ |
Hilfeseite URL | https://googleanalytics4.co/ga4-event-monitor-feedback/ |
URL der Datenschutzrichtlinien-Seite | https://mind2.ai/privacy-policy-chrome-extension |
Unterstützte Sprachen | 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:\/\/*\/*", " |