Kanbanira

Connect tasks in KanbanTool with issues in Atlassian JIRA.

Kanbanira là gì?

Kanbanira là một tiện ích mở rộng Chrome được phát triển bởi https://kanbantool.com, và tính năng chính của nó là "Connect tasks in KanbanTool with issues in Atlassian JIRA.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kanbanira

Tải xuống các tệp mở rộng Kanbanira 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

                        Kanbanira allows you to connect tasks in Kanban Tool (kanbantool.com) with issues in Atlassian JIRA (www.atlassian.com/software/jira/). 
It's a simple but powerful integration allowing you to take the most benefit from both tools.

Please watch the video for more details on how to use it:
http://www.youtube.com/watch?v=oC8hdKmYbto                    

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

Tên Kanbanira Kanbanira
ID abalkkomldioinkgdnpoaanljlgmhkek
URL Chính Thức https://chromewebstore.google.com/detail/kanbanira/abalkkomldioinkgdnpoaanljlgmhkek
Mô tả Connect tasks in KanbanTool with issues in Atlassian JIRA.
Kích Thước Tệp 60.34 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-06-25
Ngày Phát Hành 2013-06-25
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://kanbantool.com
Loại Thanh Toán free
Trang Web Mở Rộng http://kanbantool.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanbanira",
    "description": "Connect tasks in KanbanTool with issues in Atlassian JIRA.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "application.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}