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
官方網址 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
電子郵箱 [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
}