Zetatrack

Track your zetamac progress in a google sheet!

Zetatrack क्या है?

Zetatrack alexhalpin00 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track your zetamac progress in a google sheet!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zetatrack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}