Jiggl (Jira & Toggl Tools)

Jiggl allows an easy integration between Jira and Toggl.

Jiggl (Jira & Toggl Tools) là gì?

Jiggl (Jira & Toggl Tools) là một tiện ích mở rộng Chrome được phát triển bởi Filip Svoboda, và tính năng chính của nó là "Jiggl allows an easy integration between Jira and Toggl.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jiggl (Jira & Toggl Tools)

Tải xuống các tệp mở rộng Jiggl (Jira & Toggl Tools) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jiggl (Jira & Toggl Tools) Jiggl (Jira & Toggl Tools)
ID copjhdbgcamidkpelfbmebhplofolchj
URL Chính Thức https://chromewebstore.google.com/detail/jiggl-jira-toggl-tools/copjhdbgcamidkpelfbmebhplofolchj
Mô tả Jiggl allows an easy integration between Jira and Toggl.
Kích Thước Tệp 3.08 MB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2021-11-08
Ngày Phát Hành 2020-10-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Filip Svoboda
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}