Track your productivity

Keep track of your productivity.

Track your productivity là gì?

Track your productivity là một tiện ích mở rộng Chrome được phát triển bởi https://db42.in, và tính năng chính của nó là "Keep track of your productivity.".

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

screenshot

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

Tải xuống các tệp mở rộng Track your productivity 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

                        A simple tool to measure your day's productivity. At the end of the day, you’ll be able to see total productive time and your completed tasks.

- Once you finish any task, add an entry and hit enter
- Start/resume the timer as you start working and pause when you take a break. Use reset to start all over again                    

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

Tên Track your productivity Track your productivity
ID onnkllhiaannegcomgbogohfpeegdnnf
URL Chính Thức https://chromewebstore.google.com/detail/track-your-productivity/onnkllhiaannegcomgbogohfpeegdnnf
Mô tả Keep track of your productivity.
Kích Thước Tệp 208 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 2.1.3
Cập Nhật Lần Cuối 2014-03-09
Ngày Phát Hành 2014-03-08
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://db42.in
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Track your productivity",
    "short_name": "Track your productivity",
    "description": "Keep track of your productivity.",
    "version": "2.1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Track your productivity",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}