gootics | Google Analytics Bliss

Google analytics bliss for all your websites. In every new tab.

Was ist gootics | Google Analytics Bliss?

gootics | Google Analytics Bliss ist eine Chrome-Erweiterung, die von https://gootics.com entwickelt wurde, und ihr Hauptmerkmal ist "Google analytics bliss for all your websites. In every new tab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

gootics | Google Analytics Bliss-Erweiterungs-CRX-Datei herunterladen

Laden Sie gootics | Google Analytics Bliss-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Get a beautiful overview of the visitor stats for all your websites whenever you open a new tab. Gootics uses the data from Google Analytics.                    

Grundlegende Informationen zur Erweiterung

Name gootics | Google Analytics Bliss gootics | Google Analytics Bliss
ID lldkfknnilopekememhnjnhfebccdhol
Offizielle URL https://chromewebstore.google.com/detail/gootics-google-analytics/lldkfknnilopekememhnjnhfebccdhol
Beschreibung Google analytics bliss for all your websites. In every new tab.
Dateigröße 118 KB
Installationsanzahl 66
Aktuelle Version 1.1
Letztes Update 2023-03-16
Veröffentlichungsdatum 2018-04-23
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler https://gootics.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://gootics.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gootics | Google Analytics Bliss",
    "short_name": "gootics",
    "description": "Google analytics bliss for all your websites. In every new tab.",
    "version": "1.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "120": "icon120.png",
        "128": "icon128.png",
        "152": "icon152.png",
        "180": "icon180.png",
        "192": "icon192.png",
        "310": "icon310.png"
    }
}