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…

Google Analytics 4 - Event Monitor란 무엇입니까?

Google Analytics 4 - Event Monitor은(는) manany에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor all google analytics 4 events with one of the easiest and intuitive user interface. Experience real-time event monitoring…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Google Analytics 4 - Event Monitor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Google Analytics 4 - Event Monitor Google Analytics 4 - Event Monitor
ID ipanmolgobfbmpggfgpjjojjmbndafhn
공식 URL https://chromewebstore.google.com/detail/google-analytics-4-event/ipanmolgobfbmpggfgpjjojjmbndafhn
설명 Monitor all google analytics 4 events with one of the easiest and intuitive user interface. Experience real-time event monitoring…
파일 크기 318 KB
설치 횟수 201
현재 버전 1.0.0
최근 업데이트 2023-09-12
출시 날짜 2023-09-10
평점 5.00/5 총 2 개의 평점
개발자 manany
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://googleanalytics4.co/ga4-event-monitor-chrome-extension/
도움말 페이지 URL https://googleanalytics4.co/ga4-event-monitor-feedback/
개인정보 보호 정책 페이지 URL https://mind2.ai/privacy-policy-chrome-extension
지원되는 언어 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}