Zetatrack

Track your zetamac progress in a google sheet!

Zetatrack란 무엇입니까?

Zetatrack은(는) alexhalpin00에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your zetamac progress in a google sheet!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Zetatrack 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows players of the popular zetamac mental arithmetic game to track their progress in a google sheet.
https://arithmetic.zetamac.com/

Add a valid Sheet ID by clicking on the extension icon. 

The Sheet ID is the ~44 character identifier in the sheet url.
https://docs.google.com/spreadsheets/d/{SHEET ID}/edit#gid=0

At the end of the round the extension will automatically add a row to columns A and B containing the time (UTC) and score respectively.

Currently only supports recording the scores of games with default difficulty/parameters. (key=a7220a92)                    

확장 프로그램 기본 정보

이름 Zetatrack Zetatrack
ID ofpanmplflcliehfnnbklcjiddfnnnek
공식 URL https://chromewebstore.google.com/detail/zetatrack/ofpanmplflcliehfnnbklcjiddfnnnek
설명 Track your zetamac progress in a google sheet!
파일 크기 8.48 KB
설치 횟수 32
현재 버전 0.1.5
최근 업데이트 2022-12-07
출시 날짜 2022-12-02
개발자 alexhalpin00
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zetatrack",
    "description": "Track your zetamac progress in a google sheet!",
    "version": "0.1.5",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_title": "Zetatrack",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "oauth2": {
        "client_id": "1098917380926-1klaelmmtbc0gasrg1p7dnlglonnlc5b.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "permissions": [
        "identity",
        "webRequest",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/arithmetic.zetamac.com\/*"
    ]
}