Kanbanira

Connect tasks in KanbanTool with issues in Atlassian JIRA.

Co je Kanbanira?

Kanbanira je rozšíření Chrome vyvinuté https://kanbantool.com, a jeho hlavní funkcí je „Connect tasks in KanbanTool with issues in Atlassian JIRA.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Kanbanira

Stáhněte si soubory rozšíření Kanbanira ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Kanbanira Kanbanira
ID abalkkomldioinkgdnpoaanljlgmhkek
Oficiální URL https://chromewebstore.google.com/detail/kanbanira/abalkkomldioinkgdnpoaanljlgmhkek
Popis Connect tasks in KanbanTool with issues in Atlassian JIRA.
Velikost souboru 60.34 KB
Počet instalací 16
Aktuální Verze 1.1
Poslední Aktualizace 2013-06-25
Datum Vydání 2013-06-25
Hodnocení 4.50/5 Celkem 4 Hodnocení
Vývojář https://kanbantool.com
Typ Platby free
Webové stránky Rozšíření http://kanbantool.com
Podporované Jazyky 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"
}