Simple Time Track

Simple Time Tracking - How much time spend on tasks?

Simple Time Track là gì?

Simple Time Track là một tiện ích mở rộng Chrome được phát triển bởi https://ozana.cz, và tính năng chính của nó là "Simple Time Tracking - How much time spend on tasks?".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Time Track

Tải xuống các tệp mở rộng Simple Time Track dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Simple Time Tracker - Application for simple time tracking of tasks within browser running on background.

TrackTime is a clean and intuitive Chrome extension that allows you to easily track time spent on tasks right in your browser. With its simple yet powerful timer interface, you can time multiple tasks simultaneously and view where your time went each day.

The extension runs quietly in the background so you can start timing tasks with one click and stop them just as easily when finished. The main popup interface shows all running timers along with their elapsed time and task name. You can edit timer names or delete timers quickly as needed.

TrackTime takes the headache out of manually tracking your time and provides insight into where your hours are actually spent. Give it a try for a more productive you!

Data can be exported to CSV or JSON format                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Time Track Simple Time Track
ID mfklifbdkkkmmkjnglplnaaooagiapjk
URL Chính Thức https://chromewebstore.google.com/detail/simple-time-track/mfklifbdkkkmmkjnglplnaaooagiapjk
Mô tả Simple Time Tracking - How much time spend on tasks?
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 1,260
Phiên Bản Hiện Tại 3.0.4
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2017-11-13
Đánh Giá 3.77/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://ozana.cz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ozana.cz
URL Trang Trợ Giúp https://ozana.cz
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Time Track",
    "description": "Simple Time Tracking - How much time spend on tasks?",
    "author": "[email protected]",
    "version": "3.0.4",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ]
}