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é es Google Analytics 4 - Event Monitor?

Google Analytics 4 - Event Monitor es una extensión de Chrome desarrollada por manany, y su función principal es "Monitor all google analytics 4 events with one of the easiest and intuitive user interface. Experience real-time event monitoring…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Google Analytics 4 - Event Monitor

Descarga archivos de extensión Google Analytics 4 - Event Monitor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Google Analytics 4 - Event Monitor Google Analytics 4 - Event Monitor
ID ipanmolgobfbmpggfgpjjojjmbndafhn
URL Oficial https://chromewebstore.google.com/detail/google-analytics-4-event/ipanmolgobfbmpggfgpjjojjmbndafhn
Descripción Monitor all google analytics 4 events with one of the easiest and intuitive user interface. Experience real-time event monitoring…
Tamaño del Archivo 318 KB
Cantidad de Instalaciones 201
Versión Actual 1.0.0
Última Actualización 2023-09-12
Fecha de Publicación 2023-09-10
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador manany
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://googleanalytics4.co/ga4-event-monitor-chrome-extension/
URL de la Página de Ayuda https://googleanalytics4.co/ga4-event-monitor-feedback/
URL de la Página de Política de Privacidad https://mind2.ai/privacy-policy-chrome-extension
Idiomas Soportados 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:\/\/*\/*",
        ""
    ],
    "optional_host_permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logos\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/files\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/css\/*.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "contentScript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}