JIRA Color Cards

Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards

JIRA Color Cardsคืออะไร?

JIRA Color Cards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amit Velingkar และคุณลักษณะหลักของมันคือ "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย JIRA Color Cards ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JIRA Color Cards JIRA Color Cards
ID ncgnifbacofcpniakmphpdgfpekgconi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jira-color-cards/ncgnifbacofcpniakmphpdgfpekgconi
คำอธิบาย Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
ขนาดไฟล์ 145 KB
จำนวนการติดตั้ง 161
เวอร์ชันปัจจุบัน 0.9.0
อัปเดตครั้งล่าสุด 2017-05-19
วันที่เผยแพร่ 2017-05-19
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Amit Velingkar
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRA Color Cards",
    "version": "0.9.0",
    "manifest_version": 2,
    "author": "Amit Velingkar",
    "description": "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards",
    "homepage_url": "https:\/\/github.com\/amitvelingkar\/JIRA-Color-Cards",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.atlassian.net\/secure\/RapidBoard*",
        "https:\/\/*.jira.com\/*\/RapidBoard*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/secure\/RapidBoard*",
                "https:\/\/*.jira.com\/*\/RapidBoard*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.atlassian.net\/secure\/RapidBoard*",
                "https:\/\/*.jira.com\/*\/RapidBoard*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/arrive\/arrive.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}