Jira Worklog Tool
This extension allows the user to log the work in Jira easily.
Что такое Jira Worklog Tool?
Jira Worklog Tool - это расширение Chrome, разработанное alfeugds, и его основная функция - "This extension allows the user to log the work in Jira easily.".
Снимки экрана расширения
Скачать файл CRX расширения Jira Worklog Tool
Скачайте файлы расширений Jira Worklog Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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:-
Основная информация о расширении
Название | Jira Worklog Tool |
ID | pekbjnkonfmgjfnbpmindidammhgmjji |
Официальный URL | https://chromewebstore.google.com/detail/jira-worklog-tool/pekbjnkonfmgjfnbpmindidammhgmjji |
Описание | This extension allows the user to log the work in Jira easily. |
Размер файла | 54.14 KB |
Количество установок | 1,116 |
Текущая Версия | 0.5.1 |
Последнее Обновление | 2022-06-18 |
Дата публикации | 2020-04-11 |
Рейтинг | 4.75/5 Всего 4 оценок |
Разработчик | alfeugds |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://github.com/alfeugds/jiraworklogtool |
Поддерживаемые языки | 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'" } } |