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
官方網址 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"
    }
}