Kanbanira

Connect tasks in KanbanTool with issues in Atlassian JIRA.

What is Kanbanira?

Kanbanira is a Chrome extension developed by https://kanbantool.com, and its main feature is "Connect tasks in KanbanTool with issues in Atlassian JIRA.".

Extension Screenshots

screenshot
screenshot

Download Kanbanira Extension CRX File

Download Kanbanira extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Kanbanira Kanbanira
ID abalkkomldioinkgdnpoaanljlgmhkek
Official URL https://chromewebstore.google.com/detail/kanbanira/abalkkomldioinkgdnpoaanljlgmhkek
Description Connect tasks in KanbanTool with issues in Atlassian JIRA.
File Size 60.34 KB
Installation Count 16
Current Version 1.1
Last Updated 2013-06-25
Publish Date 2013-06-25
Rating 4.50/5 Total 4 Ratings
Developer https://kanbantool.com
Payment Type free
Extension Website http://kanbantool.com
Supported Languages 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"
}