Jira Worklog Tool
This extension allows the user to log the work in Jira easily.
什么是Jira Worklog Tool?
Jira Worklog Tool是由alfeugds开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to log the work in Jira easily.”。
扩展截图
下载Jira Worklog Tool扩展crx文件
下载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'" } } |