Stopwatch for Workfront

Your personal dashboard that shows when tasks are due, close completed tasks, track time, and shows your recorded hours for the day.

Stopwatch for Workfront là gì?

Stopwatch for Workfront là một tiện ích mở rộng Chrome được phát triển bởi Tobias Contreras, và tính năng chính của nó là "Your personal dashboard that shows when tasks are due, close completed tasks, track time, and shows your recorded hours for the day.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stopwatch for Workfront

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

                        This Chrome Extension was developed to fill the need for automatic time tracking of assigned tasks, and solve the inaccurate recollection of task time for Workfront (previously AtTask) time sheets. 

This is a 30 day trial for your company so please share this with co-workers. Email if you need time extension or feature requests.

+ You are able to toggle a the start and stop of a task or select another task to stop and start the new task. 

+ You may choose from 4 filter options, Current tasks, Requested Tasks, Team Tasks, and all Assigned tasks. 

+ The tasks listed show project and task names, that allow you to mouse over to see their full text, due dates, and days till and pass completion highlighted in an appropriate take action color. 

+ You can complete an Workfront task when your done.

+ See total hours tracked to make sure your work day has been accounted for.

+ Daily the tool will reset tracked time for a new day of tracking. 

+ Track percentage of a task completed.

+ Set assigned hour types to tasks.

+ Many more productive features to come!

Due to the ease of the Stopwatch for Workfront, your productivity and time tracking accuracy will benefit yourself and everyone in your business.

* Also available as a Web App for additional browsers!
http://store.atappstore.com/product/stopwatch/

* Click "Send Feedback" from the Details Tab or email me at [email protected] for any questions.
 
Stopwatch App Provided by AtAppStore Inc.
Version 5.6.4 by Tobias Contreras
Last Updated: 7/30/2023                    

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

Tên Stopwatch for Workfront Stopwatch for Workfront
ID aifplakpdlnehnekgfcehjmbkmenohcm
URL Chính Thức https://chromewebstore.google.com/detail/stopwatch-for-workfront/aifplakpdlnehnekgfcehjmbkmenohcm
Mô tả Your personal dashboard that shows when tasks are due, close completed tasks, track time, and shows your recorded hours for the day.
Kích Thước Tệp 1.46 MB
Số Lần Cài Đặt 1,374
Phiên Bản Hiện Tại 5.6.4
Cập Nhật Lần Cuối 2023-07-31
Ngày Phát Hành 2020-01-27
Đánh Giá 2.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Tobias Contreras
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://store.atappstore.com/product/stopwatch/
URL Trang Trợ Giúp http://store.atappstore.com/product/stopwatch/
URL Trang Chính Sách Bảo Mật https://store.atappstore.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stopwatch for Workfront",
    "description": "Your personal dashboard that shows when tasks are due, close completed tasks, track time, and shows your recorded hours for the day.",
    "version": "5.6.4",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/timer128x128.png"
    },
    "action": {
        "default_title": "Stopwatch for Workfront",
        "default_icon": {
            "32": "icons\/timer32x32.png"
        },
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/timer48x48.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "core\/js\/notify.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "permissions": [
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/www.atappstore.com\/api\/authorize\/",
        "https:\/\/secure.atappstore.com\/Tools\/Subform\/UsageTracker.aspx",
        "https:\/\/*.my.workfront.com\/*",
        "https:\/\/*.testdrive.workfront.com\/*"
    ],
    "optional_host_permissions": []
}