GA4 Enhanced DebugView by Luratic
Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot.
GA4 Enhanced DebugView by Luratic란 무엇입니까?
GA4 Enhanced DebugView by Luratic은(는) https://luratic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot."입니다.
확장 프로그램 스크린샷
GA4 Enhanced DebugView by Luratic 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
DebugView Helper for Digital Analysts The Google Analytics 4 (GA4) Enhanced DebugView by Luratic lets you to see all the params contained into an event at a glance. Install the extension, visit the page where the Google Analytics 4 (GA4)/Firebase events timeline is showed, turn it on clicking over the extension icon and click whatever the event. It will be logged in the console. You don't need to click over each param one by one and the values will not be truncated anymore. GA4 DebugView Enhanced by Luratic Corp🦑, © 2022 Luratic 🌐 visit https://luratic.com Powered by Datola Community🌊🍻 🌐 visit https://datola.es Feito a man dende Galicia con moito amor e sentidiño 💙
확장 프로그램 기본 정보
이름 | GA4 Enhanced DebugView by Luratic |
ID | hgkkhcgpdigijpbclngegpckcabpjjej |
공식 URL | https://chromewebstore.google.com/detail/ga4-enhanced-debugview-by/hgkkhcgpdigijpbclngegpckcabpjjej |
설명 | Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot. |
파일 크기 | 45.79 KB |
설치 횟수 | 1,570 |
현재 버전 | 0.31 |
최근 업데이트 | 2022-09-02 |
출시 날짜 | 2022-03-16 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | https://luratic.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://luratic.com |
개인정보 보호 정책 페이지 URL | https://www.luratic.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GA4 Enhanced DebugView by Luratic", "description": "Prints on console all the params and their values when clicking over an event logged into the GA4\/Firebase DebugView\/Usersnapshot.", "version": "0.31", "manifest_version": 3, "icons": { "16": "\/images\/luratic16.png", "32": "\/images\/luratic32.png", "48": "\/images\/luratic48.png", "128": "\/images\/luratic128.png" }, "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ "https:\/\/analytics.google.com\/*" ] } ], "background": { "service_worker": "background.js", "matches": [ "https:\/\/analytics.google.com\/*" ] }, "action": { "default_icon": { "16": "\/images\/luratic16.png", "32": "\/images\/luratic32.png", "48": "\/images\/luratic48.png", "128": "\/images\/luratic128.png" } }, "permissions": [ "storage", "activeTab", "scripting", "tabs", "webNavigation" ], "host_permissions": [ "https:\/\/analytics.google.com\/*", "https:\/\/console.firebase.google.com\/*" ] } |