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
官方URL 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"
}