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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}