GitHub Time Tracking

Add time tracking to the GitHub Issue Tracker with Harvest.

GitHub Time Tracking란 무엇입니까?

GitHub Time Tracking은(는) Klokan Technologies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add time tracking to the GitHub Issue Tracker with Harvest."입니다.

확장 프로그램 스크린샷

screenshot

GitHub Time Tracking 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An one-click time tracking functionality integrated with all Issues or Pull requests in the GitHub system.

Usage:
- Register the free account at Harvest system: 

http://try.hrv.st/66lx

- Then install this plugin. A new button appears next to the #ticket number
- With one click you can start to track the time. The dialog also shows the sum of time already spent by you on this ticket.
- Harvest provides great project reports - with links back to the GitHub tickets.
- It is also possible to directly create nice looking invoices.                    

확장 프로그램 기본 정보

이름 GitHub Time Tracking GitHub Time Tracking
ID fgkmkpoadhhloghmnnbodkoikmffafoe
공식 URL https://chrome.google.com/webstore/detail/github-time-tracking/fgkmkpoadhhloghmnnbodkoikmffafoe
설명 Add time tracking to the GitHub Issue Tracker with Harvest.
파일 크기 167 KB
설치 횟수 216
현재 버전 0.7.1
최근 업데이트 2014-06-17
출시 날짜 2014-06-17
평점 3.60/5 총 10 개의 평점
개발자 Klokan Technologies
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://try.hrv.st/66lx
도움말 페이지 URL http://try.hrv.st/66lx
개인정보 보호 정책 페이지 URL https://www.oldmapsonline.org/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Time Tracking",
    "version": "0.7.1",
    "manifest_version": 2,
    "description": "Add time tracking to the GitHub Issue Tracker with Harvest.",
    "icons": {
        "128": "img\/github-time-tracking-128.png",
        "48": "img\/github-time-tracking-48.png",
        "16": "img\/github-time-tracker-16.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "data\/index.js"
            ],
            "matches": [
                "https:\/\/github.com\/*\/issues\/*",
                "https:\/\/github.com\/*\/pull\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.harvestapp.com; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/github.com\/*",
        "https:\/\/*.harvestapp.com\/*",
        "tabs"
    ]
}