Jira Worklog Tool
This extension allows the user to log the work in Jira easily.
O que é Jira Worklog Tool?
Jira Worklog Tool é uma extensão do Chrome desenvolvida por alfeugds, e sua principal característica é "This extension allows the user to log the work in Jira easily.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Jira Worklog Tool
Baixe arquivos de extensão Jira Worklog Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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:-
Informações Básicas da Extensão
Nome | Jira Worklog Tool |
ID | pekbjnkonfmgjfnbpmindidammhgmjji |
URL Oficial | https://chromewebstore.google.com/detail/jira-worklog-tool/pekbjnkonfmgjfnbpmindidammhgmjji |
Descrição | This extension allows the user to log the work in Jira easily. |
Tamanho do Arquivo | 54.14 KB |
Contagem de Instalações | 1,116 |
Versão Atual | 0.5.1 |
Última Atualização | 2022-06-18 |
Data de Publicação | 2020-04-11 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | alfeugds |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/alfeugds/jiraworklogtool |
Idiomas Suportados | 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'" } } |