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是由Mitra Bajracharya開發的Chrome擴展程式,該擴展的主要功能是“JIRA Card/Issue Color Extension - Colorize JIRA task/issue card for Kanban/Scrum board and Backlog. - Easy to use. - Simply Go…”。

擴展截圖

screenshot
screenshot
screenshot

下載JIRA Issue Card Color Extension擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}