Jira Worklog Tool
This extension allows the user to log the work in Jira easily.
¿Qué es Jira Worklog Tool?
Jira Worklog Tool es una extensión de Chrome desarrollada por alfeugds, y su función principal es "This extension allows the user to log the work in Jira easily.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Jira Worklog Tool
Descarga archivos de extensión Jira Worklog Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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:-
Información Básica de la Extensión
Nombre | Jira Worklog Tool |
ID | pekbjnkonfmgjfnbpmindidammhgmjji |
URL Oficial | https://chromewebstore.google.com/detail/jira-worklog-tool/pekbjnkonfmgjfnbpmindidammhgmjji |
Descripción | This extension allows the user to log the work in Jira easily. |
Tamaño del Archivo | 54.14 KB |
Cantidad de Instalaciones | 1,116 |
Versión Actual | 0.5.1 |
Última Actualización | 2022-06-18 |
Fecha de Publicación | 2020-04-11 |
Calificación | 4.75/5 Total de 4 Calificaciones |
Desarrollador | alfeugds |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/alfeugds/jiraworklogtool |
Idiomas Soportados | 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'" } } |