Jira Worklog Tool

This extension allows the user to log the work in Jira easily.

Wat is Jira Worklog Tool?

Jira Worklog Tool is een Chrome-extensie ontwikkeld door alfeugds, en de belangrijkste functie is "This extension allows the user to log the work in Jira easily.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Jira Worklog Tool

Download Jira Worklog Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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:

 - 

Basisinformatie over de Extensie

Naam Jira Worklog Tool Jira Worklog Tool
ID pekbjnkonfmgjfnbpmindidammhgmjji
Officiële URL https://chromewebstore.google.com/detail/jira-worklog-tool/pekbjnkonfmgjfnbpmindidammhgmjji
Beschrijving This extension allows the user to log the work in Jira easily.
Bestandsgrootte 54.14 KB
Aantal Installaties 1,116
Huidige Versie 0.5.1
Laatst Bijgewerkt 2022-06-18
Publicatiedatum 2020-04-11
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar alfeugds
E-mail alfeu.gds@gmail.com
Betalingswijze free
Help Pagina-URL https://github.com/alfeugds/jiraworklogtool
Ondersteunde Talen 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'"
    }
}