Kanbanira

Connect tasks in KanbanTool with issues in Atlassian JIRA.

什麼是Kanbanira?

Kanbanira是由https://kanbantool.com開發的Chrome擴展程式,該擴展的主要功能是“Connect tasks in KanbanTool with issues in Atlassian JIRA.”。

擴展截圖

screenshot
screenshot

下載Kanbanira擴展crx文件

下載Kanbanira擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Kanbanira Kanbanira
ID abalkkomldioinkgdnpoaanljlgmhkek
官方網址 https://chromewebstore.google.com/detail/kanbanira/abalkkomldioinkgdnpoaanljlgmhkek
簡介 Connect tasks in KanbanTool with issues in Atlassian JIRA.
檔案大小 60.34 KB
安裝次數 16
目前版本 1.1
更新時間 2013-06-25
上架時間 2013-06-25
評分 4.50/5 共 4 次評分
開發者 https://kanbantool.com
付費類型 free
擴展官網 http://kanbantool.com
支援的語言 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"
}