Kanbanira

Connect tasks in KanbanTool with issues in Atlassian JIRA.

Kanbaniraとは何ですか?

Kanbaniraはhttps://kanbantool.comによって開発されたChromeの拡張機能で、その主な機能は「Connect tasks in KanbanTool with issues in Atlassian JIRA.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Kanbanira拡張機能のCRXファイルをダウンロード

Kanbanira拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Kanbanira Kanbanira
ID abalkkomldioinkgdnpoaanljlgmhkek
公式URL https://chromewebstore.google.com/detail/kanbanira/abalkkomldioinkgdnpoaanljlgmhkek
説明 Connect tasks in KanbanTool with issues in Atlassian JIRA.
ファイルサイズ 60.34 KB
インストール数 16
現在のバージョン 1.1
最終更新日 2013-06-25
公開日 2013-06-25
評価 4.50/5 合計 4 レビュー
開発者 https://kanbantool.com
支払い方法 free
拡張機能のウェブサイト http://kanbantool.com
対応言語 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"
}