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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } } |