Kanbanira

Connect tasks in KanbanTool with issues in Atlassian JIRA.

Kanbaniraคืออะไร?

Kanbanira เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kanbantool.com และคุณลักษณะหลักของมันคือ "Connect tasks in KanbanTool with issues in Atlassian JIRA."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kanbanira

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}