TargetProcess 3 Harvest Time Tracking

Add time tracking to TargetProcess 3 with Harvest.

TargetProcess 3 Harvest Time Tracking là gì?

TargetProcess 3 Harvest Time Tracking là một tiện ích mở rộng Chrome được phát triển bởi Wayne State University, và tính năng chính của nó là "Add time tracking to TargetProcess 3 with Harvest.".

Ả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 TargetProcess 3 Harvest Time Tracking

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

                        Allows you to start a timer from within a TargetProcess entity. Brings up the standard overlay and allows you to select the project, task and write your own description if desired. The extension will use the title of the entity to auto populate the description and based on the project name associated with the entity, it will try to match the project. This also allows for deep linking in the time tracked to link directly back to the entity from Harvest.                    

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

Tên TargetProcess 3 Harvest Time Tracking TargetProcess 3 Harvest Time Tracking
ID lkkedgoebnekpinhipgelkfbbdjfookh
URL Chính Thức https://chromewebstore.google.com/detail/targetprocess-3-harvest-t/lkkedgoebnekpinhipgelkfbbdjfookh
Mô tả Add time tracking to TargetProcess 3 with Harvest.
Kích Thước Tệp 356 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 0.1.9
Cập Nhật Lần Cuối 2021-03-05
Ngày Phát Hành 2020-01-05
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Wayne State University
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nickdenardis/targetprocess-time-tracking
URL Trang Trợ Giúp https://github.com/nickdenardis/targetprocess-time-tracking/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TargetProcess 3 Harvest Time Tracking",
    "version": "0.1.9",
    "manifest_version": 2,
    "description": "Add time tracking to TargetProcess 3 with Harvest.",
    "icons": {
        "128": "img\/targetprocess-time-tracking-128.png",
        "48": "img\/targetprocess-time-tracking-48.png",
        "16": "img\/targetprocess-time-tracker-16.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "data\/index.js"
            ],
            "matches": [
                "https:\/\/*.tpondemand.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.harvestapp.com; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking"
    ]
}