Jira Worklog Tool
This extension allows the user to log the work in Jira easily.
Jira Worklog Tool là gì?
Jira Worklog Tool là một tiện ích mở rộng Chrome được phát triển bởi alfeugds, và tính năng chính của nó là "This extension allows the user to log the work in Jira easily.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jira Worklog Tool
Tải xuống các tệp mở rộng Jira Worklog Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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:-
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jira Worklog Tool |
ID | pekbjnkonfmgjfnbpmindidammhgmjji |
URL Chính Thức | https://chromewebstore.google.com/detail/jira-worklog-tool/pekbjnkonfmgjfnbpmindidammhgmjji |
Mô tả | This extension allows the user to log the work in Jira easily. |
Kích Thước Tệp | 54.14 KB |
Số Lần Cài Đặt | 1,116 |
Phiên Bản Hiện Tại | 0.5.1 |
Cập Nhật Lần Cuối | 2022-06-18 |
Ngày Phát Hành | 2020-04-11 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | alfeugds |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/alfeugds/jiraworklogtool |
Ngôn Ngữ Được Hỗ Trợ | 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'" } } |