Jira Worklog Tool
This extension allows the user to log the work in Jira easily.
Cos'è Jira Worklog Tool?
Jira Worklog Tool è un'estensione di Chrome sviluppata da alfeugds, e la sua funzione principale è "This extension allows the user to log the work in Jira easily.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jira Worklog Tool
Scarica i file di estensione Jira Worklog Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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:
- Informazioni di Base sull'Estensione
| Nome | |
| ID | pekbjnkonfmgjfnbpmindidammhgmjji |
| URL Ufficiale | https://chromewebstore.google.com/detail/jira-worklog-tool/pekbjnkonfmgjfnbpmindidammhgmjji |
| Descrizione | This extension allows the user to log the work in Jira easily. |
| Dimensione del File | 54.14 KB |
| Conteggio Installazioni | 1,116 |
| Versione Corrente | 0.5.1 |
| Ultimo Aggiornamento | 2022-06-18 |
| Data di Pubblicazione | 2020-04-11 |
| Valutazione | 4.75/5 Totale 4 Valutazioni |
| Sviluppatore | alfeugds |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://github.com/alfeugds/jiraworklogtool |
| Lingue Supportate | 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'"
}
} | |