GitHub Time Tracking
Add time tracking to the GitHub Issue Tracker with Harvest.
Qu'est-ce que GitHub Time Tracking ?
GitHub Time Tracking est une extension Chrome développée par Klokan Technologies, et sa fonction principale est "Add time tracking to the GitHub Issue Tracker with Harvest.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Time Tracking
Téléchargez les fichiers d'extension GitHub Time Tracking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fgkmkpoadhhloghmnnbodkoikmffafoe |
URL Officiel | https://chrome.google.com/webstore/detail/github-time-tracking/fgkmkpoadhhloghmnnbodkoikmffafoe |
Description | Add time tracking to the GitHub Issue Tracker with Harvest. |
Taille du Fichier | 167 KB |
Nombre d'Installations | 216 |
Version Actuelle | 0.7.1 |
Dernière Mise à Jour | 2014-06-17 |
Date de Publication | 2014-06-17 |
Évaluation | 3.60/5 Total 10 Évaluations |
Développeur | Klokan Technologies |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://try.hrv.st/66lx |
URL de la Page d'Aide | http://try.hrv.st/66lx |
URL de la Page de Politique de Confidentialité | https://www.oldmapsonline.org/privacy |
Langues Prises en Charge | 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" ] } |