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 là gì?
GA4 Enhanced DebugView by Luratic là một tiện ích mở rộng Chrome được phát triển bởi https://luratic.com, và tính năng chính của nó là "Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot.".
Ả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 GA4 Enhanced DebugView by Luratic
Tải xuống các tệp mở rộng GA4 Enhanced DebugView by Luratic 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
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 💙
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GA4 Enhanced DebugView by Luratic |
ID | hgkkhcgpdigijpbclngegpckcabpjjej |
URL Chính Thức | https://chromewebstore.google.com/detail/ga4-enhanced-debugview-by/hgkkhcgpdigijpbclngegpckcabpjjej |
Mô tả | Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot. |
Kích Thước Tệp | 45.79 KB |
Số Lần Cài Đặt | 1,570 |
Phiên Bản Hiện Tại | 0.31 |
Cập Nhật Lần Cuối | 2022-09-02 |
Ngày Phát Hành | 2022-03-16 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://luratic.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://luratic.com |
URL Trang Chính Sách Bảo Mật | https://www.luratic.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |