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文件

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

擴展使用說明

                        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
官方網址 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"
    ]
}