gootics | Google Analytics Bliss

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

What is gootics | Google Analytics Bliss?

gootics | Google Analytics Bliss is a Chrome extension developed by https://gootics.com, and its main feature is "Google analytics bliss for all your websites. In every new tab.".

Extension Screenshots

screenshot
screenshot
screenshot

Download gootics | Google Analytics Bliss Extension CRX File

Download gootics | Google Analytics Bliss extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name gootics | Google Analytics Bliss gootics | Google Analytics Bliss
ID lldkfknnilopekememhnjnhfebccdhol
Official URL https://chromewebstore.google.com/detail/gootics-google-analytics/lldkfknnilopekememhnjnhfebccdhol
Description Google analytics bliss for all your websites. In every new tab.
File Size 118 KB
Installation Count 66
Current Version 1.1
Last Updated 2023-03-16
Publish Date 2018-04-23
Rating 3.40/5 Total 5 Ratings
Developer https://gootics.com
Email [email protected]
Payment Type in_app
Extension Website https://gootics.com
Supported Languages 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"
    }
}