JIRA Worklog Helper
Makes tracking and logging time easy for JIRA users.
Qu'est-ce que JIRA Worklog Helper ?
JIRA Worklog Helper est une extension Chrome développée par Robert Pate, et sa fonction principale est "Makes tracking and logging time easy for JIRA users.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JIRA Worklog Helper
Téléchargez les fichiers d'extension JIRA Worklog Helper 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
Click the clock to start tracking your time. When you want to stop just go to whatever ticket you want to log that time against and click the clock again. It fills out the time for you! It can even log work against tickets selected in your agile/greenhopper boards. No authentication necessary and no special permissions needed. Source code at https://github.com/robertpateii/jira-worklog-helper
Informations de Base sur l'Extension
Nom | JIRA Worklog Helper |
ID | nifjniggknfiammmgoiokjdkjiffadap |
URL Officiel | https://chromewebstore.google.com/detail/jira-worklog-helper/nifjniggknfiammmgoiokjdkjiffadap |
Description | Makes tracking and logging time easy for JIRA users. |
Taille du Fichier | 56.19 KB |
Nombre d'Installations | 394 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-02 |
Date de Publication | 2015-11-02 |
Évaluation | 4.78/5 Total 9 Évaluations |
Développeur | Robert Pate |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JIRA Worklog Helper", "version": "1.0", "description": "Makes tracking and logging time easy for JIRA users.", "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "off-19.png", "default_title": "Click to toggle the timer." }, "permissions": [ "storage", "activeTab" ], "icons": { "48": "off-48.png", "128": "off-128.png" }, "manifest_version": 2 } |