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.

Vad är Google Analytics User Interface Cleaner?

Google Analytics User Interface Cleaner är en Chrome-tillägg utvecklad av mehdi, och dess huvudfunktion är "Clean unnecessary elements dislpayed on the user interface of Google Analytics, and so, be more productive with GA data access.".

Tilläggsskärmbilder

screenshot

Ladda ner Google Analytics User Interface Cleaner-förlängningens CRX-fil

Ladda ner Google Analytics User Interface Cleaner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Google Analytics User Interface Cleaner Google Analytics User Interface Cleaner
ID plcclkbjnajipakjfegafnjeaklbeifb
Officiell webbadress https://chromewebstore.google.com/detail/google-analytics-user-int/plcclkbjnajipakjfegafnjeaklbeifb
Beskrivning Clean unnecessary elements dislpayed on the user interface of Google Analytics, and so, be more productive with GA data access.
Filstorlek 415 KB
Antal Installationer 199
Aktuell Version 0.1.1
Senast Uppdaterad 2023-05-18
Publiceringsdatum 2023-05-12
Utvecklare mehdi
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://extension.withlookerstudio.com/privacy-policy
Stödda Språk 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\/"
    ]
}