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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}