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はmehdiによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/" ] } |