TargetProcess 3 Harvest Time Tracking

Add time tracking to TargetProcess 3 with Harvest.

什麼是TargetProcess 3 Harvest Time Tracking?

TargetProcess 3 Harvest Time Tracking是由Wayne State University開發的Chrome擴展程式,該擴展的主要功能是“Add time tracking to TargetProcess 3 with Harvest.”。

擴展截圖

screenshot

下載TargetProcess 3 Harvest Time Tracking擴展crx文件

下載TargetProcess 3 Harvest Time Tracking擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 TargetProcess 3 Harvest Time Tracking TargetProcess 3 Harvest Time Tracking
ID lkkedgoebnekpinhipgelkfbbdjfookh
官方網址 https://chromewebstore.google.com/detail/targetprocess-3-harvest-t/lkkedgoebnekpinhipgelkfbbdjfookh
簡介 Add time tracking to TargetProcess 3 with Harvest.
檔案大小 356 KB
安裝次數 105
目前版本 0.1.9
更新時間 2021-03-05
上架時間 2020-01-05
評分 4.33/5 共 3 次評分
開發者 Wayne State University
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/nickdenardis/targetprocess-time-tracking
說明頁面URL https://github.com/nickdenardis/targetprocess-time-tracking/issues
支援的語言 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"
    ]
}