Jiggl (Jira & Toggl Tools)

Jiggl allows an easy integration between Jira and Toggl.

Jiggl (Jira & Toggl Tools)とは何ですか?

Jiggl (Jira & Toggl Tools)はFilip Svobodaによって開発されたChromeの拡張機能で、その主な機能は「Jiggl allows an easy integration between Jira and Toggl.」です。

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

screenshot

Jiggl (Jira & Toggl Tools)拡張機能のCRXファイルをダウンロード

Jiggl (Jira & Toggl Tools)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Jira & Toggl tools
Logs Toggl.com time entries via to corresponding Jira tasks

1. You need to be logged in to your Jira server, so the cookies are available in the browser.
2. Configure your Jira server url and Toggl token in options.
3. You should go to chrome://extensions/ and "allow acces to file URLs" for Toggl to Jira.

Open Source, contributions are welcome
https://github.com/svob/Jiggl                    

拡張機能の基本情報

名前 Jiggl (Jira & Toggl Tools) Jiggl (Jira & Toggl Tools)
ID copjhdbgcamidkpelfbmebhplofolchj
公式URL https://chromewebstore.google.com/detail/jiggl-jira-toggl-tools/copjhdbgcamidkpelfbmebhplofolchj
説明 Jiggl allows an easy integration between Jira and Toggl.
ファイルサイズ 3.08 MB
インストール数 61
現在のバージョン 0.3.2
最終更新日 2021-11-08
公開日 2020-10-19
評価 5.00/5 合計 2 レビュー
開発者 Filip Svoboda
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jiggl (Jira & Toggl Tools)",
    "description": "Jiggl allows an easy integration between Jira and Toggl.",
    "version": "0.3.2",
    "permissions": [
        "storage",
        ""
    ],
    "icons": {
        "32": "\/img\/jiggl_32.png",
        "16": "\/img\/jiggl_16.png",
        "48": "\/img\/jiggl_48.png",
        "128": "\/img\/jiggl_128.png"
    },
    "browser_action": {
        "default_title": "Log Toggl.com entries to Jira",
        "default_popup": "\/html\/popup.html"
    },
    "options_page": "\/html\/options.html",
    "manifest_version": 2
}