Kanbanira

Connect tasks in KanbanTool with issues in Atlassian JIRA.

Cos'è Kanbanira?

Kanbanira è un'estensione di Chrome sviluppata da https://kanbantool.com, e la sua funzione principale è "Connect tasks in KanbanTool with issues in Atlassian JIRA.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Kanbanira

Scarica i file di estensione Kanbanira in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Kanbanira Kanbanira
ID abalkkomldioinkgdnpoaanljlgmhkek
URL Ufficiale https://chromewebstore.google.com/detail/kanbanira/abalkkomldioinkgdnpoaanljlgmhkek
Descrizione Connect tasks in KanbanTool with issues in Atlassian JIRA.
Dimensione del File 60.34 KB
Conteggio Installazioni 16
Versione Corrente 1.1
Ultimo Aggiornamento 2013-06-25
Data di Pubblicazione 2013-06-25
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore https://kanbantool.com
Tipo di Pagamento free
Sito Web dell'Estensione http://kanbantool.com
Lingue Supportate 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"
}