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…”。
扩展截图
下载Google Analytics 4 - Event Monitor扩展crx文件
下载Google Analytics 4 - Event Monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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:\/\/*\/*", " |