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
公式URL 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
Eメール [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"
    ]
}