JIRA Color Cards

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

JIRA Color Cards là gì?

JIRA Color Cards là một tiện ích mở rộng Chrome được phát triển bởi Amit Velingkar, và tính năng chính của nó là "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JIRA Color Cards

Tải xuống các tệp mở rộng JIRA Color Cards dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JIRA Color Cards JIRA Color Cards
ID ncgnifbacofcpniakmphpdgfpekgconi
URL Chính Thức https://chromewebstore.google.com/detail/jira-color-cards/ncgnifbacofcpniakmphpdgfpekgconi
Mô tả Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
Kích Thước Tệp 145 KB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 0.9.0
Cập Nhật Lần Cuối 2017-05-19
Ngày Phát Hành 2017-05-19
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Amit Velingkar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}