Jira Worklog Tool
This extension allows the user to log the work in Jira easily.
Qu'est-ce que Jira Worklog Tool ?
Jira Worklog Tool est une extension Chrome développée par alfeugds, et sa fonction principale est "This extension allows the user to log the work in Jira easily.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jira Worklog Tool
Téléchargez les fichiers d'extension Jira Worklog Tool 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
Visit the link below for more details: https://github.com/alfeugds/jiraworklogtool -- ## Current Features ## * Bulk insert worklogs in Jira; * Converts your task list from text format to a worklog format Jira understands; * Log your time in Jira issues without the need to open Jira; * Add, edit and delete worklogs directly from the Chrome Extension; * Keep track of how many hours you already spent in the tasks; * Supports SAML and Basic Authentication with Jira app token. Logging your time in Jira doesn't need to be a pain anymore. If you already keep track of your tasks in a TODO list from a text file, then all you need to do is to adapt your list items to the below intuitive format:-
Informations de Base sur l'Extension
Nom | Jira Worklog Tool |
ID | pekbjnkonfmgjfnbpmindidammhgmjji |
URL Officiel | https://chromewebstore.google.com/detail/jira-worklog-tool/pekbjnkonfmgjfnbpmindidammhgmjji |
Description | This extension allows the user to log the work in Jira easily. |
Taille du Fichier | 54.14 KB |
Nombre d'Installations | 1,116 |
Version Actuelle | 0.5.1 |
Dernière Mise à Jour | 2022-06-18 |
Date de Publication | 2020-04-11 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | alfeugds |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/alfeugds/jiraworklogtool |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Jira Worklog Tool", "version": "0.5.1", "author": "alfeugds", "description": "This extension allows the user to log the work in Jira easily.", "homepage_url": "https:\/\/github.com\/alfeugds\/jiraworklogtool", "icons": { "128": "img\/icon-time-task-512x512.png" }, "options_page": "options.html", "action": { "default_icon": "img\/icon-time-task-512x512.png", "default_popup": "temp-popup.html", "default_title": "Log Work" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |