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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |