JIRA Issue Card Color Extension

JIRA Card/Issue Color Extension - Colorize JIRA task/issue card for Kanban/Scrum board and Backlog. - Easy to use. - Simply Go…

ما هو JIRA Issue Card Color Extension؟

JIRA Issue Card Color Extension هو إضافة Chrome تم تطويرها بواسطة Mitra Bajracharya، والميزة الرئيسية لها هي "JIRA Card/Issue Color Extension - Colorize JIRA task/issue card for Kanban/Scrum board and Backlog. - Easy to use. - Simply Go…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة JIRA Issue Card Color Extension

قم بتنزيل ملفات الامتداد JIRA Issue Card Color Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        JIRA Card/Issue Color Extension

- Colorize JIRA task/issue card for Kanban/Scrum board and Backlog.

- Easy to use. 

- Simply Go to Board Setting and configure card colors and view the Board/Backlog.                    

معلومات أساسية عن التمديد

الاسم JIRA Issue Card Color Extension JIRA Issue Card Color Extension
ID kknedinpmjjkdngcgeaanbcpcgcbffbg
عنوان URL الرسمي https://chromewebstore.google.com/detail/jira-issue-card-color-ext/kknedinpmjjkdngcgeaanbcpcgcbffbg
الوصف JIRA Card/Issue Color Extension - Colorize JIRA task/issue card for Kanban/Scrum board and Backlog. - Easy to use. - Simply Go…
حجم الملف 82.74 KB
عدد التثبيتات 94
النسخة الحالية 1.0
آخر تحديث 2018-01-29
تاريخ النشر 2018-01-29
تقييم 5.00/5 مجموع تقييمات 3
المطور Mitra Bajracharya
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JIRA Issue Card Color Extension",
    "version": "1.0",
    "author": "Mitra Bajracharya",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.js",
                "content.js"
            ]
        }
    ]
}