JIRA Time Tracker Plus
Tracks and logs your work in JIRA.
Qu'est-ce que JIRA Time Tracker Plus ?
JIRA Time Tracker Plus est une extension Chrome développée par Arjay Labadan, et sa fonction principale est "Tracks and logs your work in JIRA.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JIRA Time Tracker Plus
Téléchargez les fichiers d'extension JIRA Time Tracker Plus 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
Jira Time Tracker Plus Chrome Extension Features 1. Easily time track and log your work in Jira. 2. 2 display types: Project - display all non-DONE issues of a project. Issue - display all sub-task of any issue type. 3. Switch between projects or issues easily. https://github.com/jayjaydluffy/jira-time-tracker-plus
Informations de Base sur l'Extension
Nom | JIRA Time Tracker Plus |
ID | apefmidcficpmimeniaallpkjlnhnicb |
URL Officiel | https://chromewebstore.google.com/detail/jira-time-tracker-plus/apefmidcficpmimeniaallpkjlnhnicb |
Description | Tracks and logs your work in JIRA. |
Taille du Fichier | 175 KB |
Nombre d'Installations | 345 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2017-12-09 |
Date de Publication | 2017-12-09 |
Développeur | Arjay Labadan |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jayjaydluffy/jira-time-tracker-plus |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "popup.html" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "description": "Tracks and logs your work in JIRA.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png" }, "manifest_version": 2, "name": "JIRA Time Tracker Plus", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "activeTab", "storage", " |