Time Tracker

This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.

Time Tracker là gì?

Time Tracker là một tiện ích mở rộng Chrome được phát triển bởi LogWork, và tính năng chính của nó là "This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.".

Ả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 Time Tracker

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

                        Free productivity and time tracker for most popular online project management tools, platforms (e.g. Trello, Asana, Github, Notion, Todoist, etc.) that let you quickly and easily start a timer or log time manually. Keep an account of each minute worked!

We embed the time tracking button inside their native website interface. The embedded time tracker button looks as native, and it can increase your productivity and motivate you to achieve better results. So, no more tab switching. The accessibility of our time tracker proves to help you manage your time efficiently, work on diverse tasks during your working day, focus on tasks and projects, increase productivity, provide powerful results, etc.                    

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

Tên Time Tracker Time Tracker
ID ehagagfefdlncfmdnnegoagdemnfehdc
URL Chính Thức https://chromewebstore.google.com/detail/time-tracker/ehagagfefdlncfmdnnegoagdemnfehdc
Mô tả This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.
Kích Thước Tệp 564 KB
Số Lần Cài Đặt 699
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-12-13
Ngày Phát Hành 2020-12-25
Nhà Phát Triển LogWork
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://logwork.com/blog/contact-us
URL Trang Chính Sách Bảo Mật https://app.logwork.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 2,
    "name": "Time Tracker",
    "description": "This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.",
    "version": "1.4",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "*:\/\/*.logwork.com\/*",
        "*:\/\/logwork.com\/*",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/extension_init.js",
            "js\/background.js"
        ]
    },
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        "icons\/user.png",
        "icons\/arrow_right.png",
        "icons\/cancel.png",
        "icons\/check.png",
        "icons\/folder.png",
        "icons\/plus.png"
    ]
}