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.”。

扩展截图

screenshot

下载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 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\/"
    ]
}