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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}