Analytics Percentage Highlighter
This extension allows automatically highlights positive and negative percentage differences in GA4 when comparing 2 time periods.
Analytics Percentage Highlighter là gì?
Analytics Percentage Highlighter là một tiện ích mở rộng Chrome được phát triển bởi https://beamusup.com, và tính năng chính của nó là "This extension allows automatically highlights positive and negative percentage differences in GA4 when comparing 2 time periods.".
Ả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 Analytics Percentage Highlighter
Tải xuống các tệp mở rộng Analytics Percentage Highlighter 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
This extension allows automatically highlights positive and negative percentage differences in Google Analytics 4 (GA4 only) when comparing 2 time periods. Goto options and it also allows you to add different percentages and colours if you want. So for example if you only want -0% to -10% to be yellow and anything lower than -10% to be red you can do it. This extension should help you analyse your data quicker. Give it a try!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Analytics Percentage Highlighter |
ID | jakndcfkahdiighicdljidlhdabnafgl |
URL Chính Thức | https://chromewebstore.google.com/detail/analytics-percentage-high/jakndcfkahdiighicdljidlhdabnafgl |
Mô tả | This extension allows automatically highlights positive and negative percentage differences in GA4 when comparing 2 time periods. |
Kích Thước Tệp | 19.88 KB |
Số Lần Cài Đặt | 265 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-11-11 |
Ngày Phát Hành | 2013-07-25 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://beamusup.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://beamusup.com/tools/google-analytics-percentage-highlighter/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Analytics Percentage Highlighter", "description": "This extension allows automatically highlights positive and negative percentage differences in GA4 when comparing 2 time periods.", "version": "1.1", "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/analytics.google.com\/*" ], "js": [ "content-script.js" ] } ], "action": { "default_title": "Show settings", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |