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
电子邮箱 [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
}