gootics | Google Analytics Bliss

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

什么是gootics | Google Analytics Bliss?

gootics | Google Analytics Bliss是由https://gootics.com开发的Chrome扩展程序,该扩展的主要功能是“Google analytics bliss for all your websites. In every new tab.”。

扩展截图

screenshot
screenshot
screenshot

下载gootics | Google Analytics Bliss扩展crx文件

下载gootics | Google Analytics Bliss扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 gootics | Google Analytics Bliss gootics | Google Analytics Bliss
ID lldkfknnilopekememhnjnhfebccdhol
官方URL https://chromewebstore.google.com/detail/gootics-google-analytics/lldkfknnilopekememhnjnhfebccdhol
简介 Google analytics bliss for all your websites. In every new tab.
文件大小 118 KB
安装次数 66
当前版本 1.1
更新时间 2023-03-16
上架时间 2018-04-23
评分 3.40/5 共5次评分
开发者 https://gootics.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://gootics.com
支持的语言 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"
    }
}