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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clean unnecessary elements dislpayed on the user interface of Google Analytics, and so, be more productive with GA data access."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Analytics User Interface Cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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