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คืออะไร?
Google Analytics User Interface Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mehdi และคุณลักษณะหลักของมันคือ "Clean unnecessary elements dislpayed on the user interface of Google Analytics, and so, be more productive with GA data access."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Analytics User Interface Cleaner
ดาวน์โหลดไฟล์ส่วนขยาย Google Analytics User Interface Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Analytics User Interface Cleaner |
ID | plcclkbjnajipakjfegafnjeaklbeifb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-analytics-user-int/plcclkbjnajipakjfegafnjeaklbeifb |
คำอธิบาย | Clean unnecessary elements dislpayed on the user interface of Google Analytics, and so, be more productive with GA data access. |
ขนาดไฟล์ | 415 KB |
จำนวนการติดตั้ง | 199 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2023-05-18 |
วันที่เผยแพร่ | 2023-05-12 |
ผู้พัฒนา | mehdi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://extension.withlookerstudio.com/privacy-policy |
ภาษาที่รองรับ | 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\/" ] } |