Runn Time Tracker

The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.

Runn Time Tracker là gì?

Runn Time Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://runn.io, và tính năng chính của nó là "The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.".

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

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

                        Features include:
1. Start / Stop timer
2. Showing scheduled work for today
3. Highlighting missing time entries
4. Automatic login
5. Recording while the browser window is closed
6. Editable past records for entries

If you are using Runn to manage your projects, now it's time to start time tracking too!

ABOUT RUNN
Runn is a modern resource and capacity planning platform that gets remote teams on the same page. Know exactly where projects are at, and what’s required to deliver them, with real-time forecasts of capacity, resource needs, revenue, and profitability. Find out more at www.runn.io

If you have any issues or feedback, send us an email at [email protected]                    

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

Tên Runn Time Tracker Runn Time Tracker
ID cpddihacdnimdjdchmobaefmcilcpddd
URL Chính Thức https://chromewebstore.google.com/detail/runn-time-tracker/cpddihacdnimdjdchmobaefmcilcpddd
Mô tả The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.
Kích Thước Tệp 745 KB
Số Lần Cài Đặt 701
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-05-26
Ngày Phát Hành 2021-03-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://runn.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://runn.io
URL Trang Trợ Giúp https://help.runn.io
URL Trang Chính Sách Bảo Mật https://www.runn.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Runn Time Tracker",
    "manifest_version": 2,
    "version": "1.0.4",
    "browser_action": {
        "default_popup": "index.html"
    },
    "description": "The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.",
    "permissions": [
        "https:\/\/app.runn.io\/*"
    ],
    "background": {
        "scripts": []
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}