Debugger for Google Analytics 4 (GA4)
Browser DevTools extension for debugging Google Analytics 4 (GA4) events.
Debugger for Google Analytics 4 (GA4) là gì?
Debugger for Google Analytics 4 (GA4) là một tiện ích mở rộng Chrome được phát triển bởi James Yoon, và tính năng chính của nó là "Browser DevTools extension for debugging Google Analytics 4 (GA4) events.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Debugger for Google Analytics 4 (GA4)
Tải xuống các tệp mở rộng Debugger for Google Analytics 4 (GA4) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Google Analytics (GA) Debugger is a Chrome DevTools extension for Google Analytics 4 (GA4) tracking information to its own tab in the Chrome Developer Tools. This extension supports a debug_mode parameter so that you can monitor events in Admin > DebugView on the GA4 report and the Chrome Developer Tools. It is also possible to opt out tracking events during the testing sessions so GA data can be kept clean. You will get a new tab in your Chrome DevTools: 📶 GA4 Debugger if a current site in the Chrome browser tab uses GA4 tracking.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Debugger for Google Analytics 4 (GA4) |
ID | nomnoimacbncclfbnfaingniikblfbji |
URL Chính Thức | https://chromewebstore.google.com/detail/debugger-for-google-analy/nomnoimacbncclfbnfaingniikblfbji |
Mô tả | Browser DevTools extension for debugging Google Analytics 4 (GA4) events. |
Kích Thước Tệp | 98.78 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 3.4.9 |
Cập Nhật Lần Cuối | 2024-01-17 |
Ngày Phát Hành | 2022-11-02 |
Đánh Giá | 4.42/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | James Yoon |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Debugger for Google Analytics 4 (GA4)", "version": "3.4.9", "version_name": "3.4.9", "description": "Browser DevTools extension for debugging Google Analytics 4 (GA4) events.", "manifest_version": 3, "icons": { "16": "build\/icons\/16.png", "48": "build\/icons\/48.png", "128": "build\/icons\/128.png" }, "action": { "default_icon": { "16": "build\/icons\/16-gray.png", "48": "build\/icons\/48-gray.png", "128": "build\/icons\/128-gray.png" }, "default_title": "Debugger for Google Analytics\u2122 4", "default_popup": "build\/disabled.html" }, "declarative_net_request": { "rule_resources": [ { "id": "debug_mode_ruleset", "enabled": false, "path": "add_debug_mode_rule.json" }, { "id": "opt_out_ruleset", "enabled": false, "path": "add_opt_out_rule.json" } ] }, "web_accessible_resources": [ { "resources": [ "build\/devtools.html", "build\/main.html", "build\/scripts\/background.js", "build\/scripts\/installDetector.js", "build\/scripts\/installHook.js" ], "matches": [ " |