Shastimer

Task timer for Maps Analyst project (Shasta/Mercator)

Shastimerคืออะไร?

Shastimer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LBTimer และคุณลักษณะหลักของมันคือ "Task timer for Maps Analyst project (Shasta/Mercator)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shastimer

ดาวน์โหลดไฟล์ส่วนขยาย Shastimer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Features:

- Fully automatic task counting and time tracking.
- Keeps track of real time spent and according to productivity expectations, classified by task type.
- Safe storage and synchronization using Firebase database.
- Quick research links on the results.
- Automatic reloading when no tasks are available.
- Automatic invoice/timesheet filler, reporting number of tasks completed by task type.

It requires a monthly subscription fee (1.99€/month).

Shastimer reads and stores your email address for identification purposes only, so you can access your own records in the database.

Copyright © 2017-2023 Iván Nokonoko                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shastimer Shastimer
ID ienkclbiehlhgejegfhdogglejjfgigi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shastimer/ienkclbiehlhgejegfhdogglejjfgigi
คำอธิบาย Task timer for Maps Analyst project (Shasta/Mercator)
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 316
เวอร์ชันปัจจุบัน for TryRating (v4.9)
อัปเดตครั้งล่าสุด 2023-12-08
วันที่เผยแพร่ 2020-03-12
คะแนน 4.80/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา LBTimer
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://lbtimer.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shastimer",
    "author": "Ivan Nokonoko",
    "description": "Task timer for Maps Analyst project (Shasta\/Mercator)",
    "version": "4.9",
    "version_name": "for TryRating (v4.9)",
    "minimum_chrome_version": "80",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "notifications",
        "webRequest",
        "identity",
        "https:\/\/www.ecb.europa.eu\/",
        "*:\/\/*.tryrating.com\/",
        "https:\/\/*.lbtimer.com\/",
        "*:\/\/*.lionbridge.com\/",
        "*:\/\/*.telusinternational.ai\/",
        "*:\/\/*.appen.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com; object-src 'self'",
    "oauth2": {
        "client_id": "409352697235-enpjsgvjd4gvf6q4is8fas9mjhq9v13f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "icons": {
        "16": "img\/t16.png",
        "48": "img\/t48.png",
        "128": "img\/t128.png"
    },
    "background": {
        "page": "b.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/t19.png",
            "38": "img\/t38.png"
        },
        "default_title": "Shastimer"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tryrating.com\/app\/home\/no-survey*"
            ],
            "js": [
                "r.js"
            ],
            "run_at": "document_end"
        }
    ]
}