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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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