Kanbanira

Connect tasks in KanbanTool with issues in Atlassian JIRA.

Co to jest Kanbanira?

Kanbanira to rozszerzenie Chrome opracowane przez https://kanbantool.com, a jego główną funkcją jest „Connect tasks in KanbanTool with issues in Atlassian JIRA.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Kanbanira

Pobierz pliki rozszerzeń Kanbanira w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Kanbanira Kanbanira
ID abalkkomldioinkgdnpoaanljlgmhkek
Oficjalny URL https://chromewebstore.google.com/detail/kanbanira/abalkkomldioinkgdnpoaanljlgmhkek
Opis Connect tasks in KanbanTool with issues in Atlassian JIRA.
Rozmiar pliku 60.34 KB
Liczba instalacji 16
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2013-06-25
Data Publikacji 2013-06-25
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper https://kanbantool.com
Typ Płatności free
Strona Rozszerzenia http://kanbantool.com
Obsługiwane Języki 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"
}