Google Analytics User Interface Cleaner
Clean unnecessary elements dislpayed on the user interface of Google Analytics, and so, be more productive with GA data access.
Google Analytics User Interface Cleaner là gì?
Google Analytics User Interface Cleaner là một tiện ích mở rộng Chrome được phát triển bởi mehdi, và tính năng chính của nó là "Clean unnecessary elements dislpayed on the user interface of Google Analytics, and so, be more productive with GA data access.".
Ả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 Google Analytics User Interface Cleaner
Tải xuống các tệp mở rộng Google Analytics User Interface Cleaner 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
During this critical period for analytics devices migration from Google Analytics Universal to the implementation and deployment of new data collection, this tools is a small help to remove any disturbing elements from the user interface to go fast for analytics experts, knowing the situation about the sunset of the legacy version of the analytics tool from Google.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Analytics User Interface Cleaner |
ID | plcclkbjnajipakjfegafnjeaklbeifb |
URL Chính Thức | https://chromewebstore.google.com/detail/google-analytics-user-int/plcclkbjnajipakjfegafnjeaklbeifb |
Mô tả | Clean unnecessary elements dislpayed on the user interface of Google Analytics, and so, be more productive with GA data access. |
Kích Thước Tệp | 415 KB |
Số Lần Cài Đặt | 199 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2023-05-18 |
Ngày Phát Hành | 2023-05-12 |
Nhà Phát Triển | mehdi |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://extension.withlookerstudio.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Analytics User Interface Cleaner", "author": "Mehdi Oudjida", "description": "Clean unnecessary elements dislpayed on the user interface of Google Analytics, and so, be more productive with GA data access.", "version": "0.1.1", "background": { "service_worker": "scripts\/background.js" }, "icons": { "16": "ga_ui_cleaner_16.png", "32": "ga_ui_cleaner_32.png", "48": "ga_ui_cleaner_48.png", "128": "ga_ui_cleaner_128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/analytics.google.com\/*" ], "js": [ "scripts\/content.js" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/analytics.google.com\/" ] } |