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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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'"
    }
}