Kanbanira

Connect tasks in KanbanTool with issues in Atlassian JIRA.

Qu'est-ce que Kanbanira ?

Kanbanira est une extension Chrome développée par https://kanbantool.com, et sa fonction principale est "Connect tasks in KanbanTool with issues in Atlassian JIRA.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Kanbanira

Téléchargez les fichiers d'extension Kanbanira au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Kanbanira Kanbanira
ID abalkkomldioinkgdnpoaanljlgmhkek
URL Officiel https://chromewebstore.google.com/detail/kanbanira/abalkkomldioinkgdnpoaanljlgmhkek
Description Connect tasks in KanbanTool with issues in Atlassian JIRA.
Taille du Fichier 60.34 KB
Nombre d'Installations 16
Version Actuelle 1.1
Dernière Mise à Jour 2013-06-25
Date de Publication 2013-06-25
Évaluation 4.50/5 Total 4 Évaluations
Développeur https://kanbantool.com
Type de Paiement free
Site Web de l'Extension http://kanbantool.com
Langues Prises en Charge 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"
}