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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}