Debugger for Google Analytics 4 (GA4)
Browser DevTools extension for debugging Google Analytics 4 (GA4) events.
Debugger for Google Analytics 4 (GA4)란 무엇입니까?
Debugger for Google Analytics 4 (GA4)은(는) James Yoon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser DevTools extension for debugging Google Analytics 4 (GA4) events."입니다.
확장 프로그램 스크린샷
Debugger for Google Analytics 4 (GA4) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Debugger for Google Analytics 4 (GA4) |
ID | nomnoimacbncclfbnfaingniikblfbji |
공식 URL | https://chromewebstore.google.com/detail/debugger-for-google-analy/nomnoimacbncclfbnfaingniikblfbji |
설명 | Browser DevTools extension for debugging Google Analytics 4 (GA4) events. |
파일 크기 | 98.78 KB |
설치 횟수 | 10,000 |
현재 버전 | 3.4.9 |
최근 업데이트 | 2024-01-17 |
출시 날짜 | 2022-11-02 |
평점 | 4.42/5 총 12 개의 평점 |
개발자 | James Yoon |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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": [ " |