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.

O que é Google Analytics User Interface Cleaner?

Google Analytics User Interface Cleaner é uma extensão do Chrome desenvolvida por mehdi, e sua principal característica é "Clean unnecessary elements dislpayed on the user interface of Google Analytics, and so, be more productive with GA data access.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Analytics User Interface Cleaner

Baixe arquivos de extensão Google Analytics User Interface Cleaner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Google Analytics User Interface Cleaner Google Analytics User Interface Cleaner
ID plcclkbjnajipakjfegafnjeaklbeifb
URL Oficial https://chromewebstore.google.com/detail/google-analytics-user-int/plcclkbjnajipakjfegafnjeaklbeifb
Descrição Clean unnecessary elements dislpayed on the user interface of Google Analytics, and so, be more productive with GA data access.
Tamanho do Arquivo 415 KB
Contagem de Instalações 199
Versão Atual 0.1.1
Última Atualização 2023-05-18
Data de Publicação 2023-05-12
Desenvolvedor mehdi
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://extension.withlookerstudio.com/privacy-policy
Idiomas Suportados 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\/"
    ]
}