T-Click: Timer to log work to Timely

T-Click is a simple timer to log your hours to Timely, a time management tool by Memory.

T-Click: Timer to log work to Timelyคืออะไร?

T-Click: Timer to log work to Timely เป็นส่วนขยายของ Chrome ที่พัฒนาโดย T-Solutions และคุณลักษณะหลักของมันคือ "T-Click is a simple timer to log your hours to Timely, a time management tool by Memory."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย T-Click: Timer to log work to Timely

ดาวน์โหลดไฟล์ส่วนขยาย T-Click: Timer to log work to Timely ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension is built on the idea that time logging can be simple and less time consuming. In conjunction with the Memory for Mac and Memory for Windows app, find out how much you missed out on logging and log hours with more precision that ever before.

Simply click on the Timely icon to start to timer and click again to stop it. This will redirect you to your Timely workspace to log hours.

This needs a paid or on-trial subscription to Timely by Memory.

Features:
- Timer ticks per second until you reach one hour
- Exceeding 1 hour, changes ticker background to red and updates per minute
- Attempting to log time less than 1 min gives an error
- Logging hour opens a pinned tab with Timely's hour editor
- You can enter your note and select your favourite project and save the entry
- The Timely tab is pinned for convenience - takes up less space
- Attempting to log another hour open editor in same pinned tab

Debugging:
- If you see a 404 Timely error page, please check if Timely workspace ID is configured correctly in Options

Note: This is extension is managed by an independent developer                    

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

ชื่อ T-Click: Timer to log work to Timely T-Click: Timer to log work to Timely
ID gbkfijdlokacebhclohihgmkibjkbomd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/t-click-timer-to-log-work/gbkfijdlokacebhclohihgmkibjkbomd
คำอธิบาย T-Click is a simple timer to log your hours to Timely, a time management tool by Memory.
ขนาดไฟล์ 27.87 KB
จำนวนการติดตั้ง 262
เวอร์ชันปัจจุบัน 1.0.0.3
อัปเดตครั้งล่าสุด 2020-12-17
วันที่เผยแพร่ 2020-12-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา T-Solutions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "T-Click: Timer to log work to Timely",
    "version": "1.0.0.3",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "description": "T-Click is a simple timer to log your hours to Timely, a time management tool by Memory.",
    "browser_action": [],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/app.timelyapp.com\/*"
    ]
}