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
Eメール [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"
    }
}