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…

Hvad er JIRA Issue Card Color Extension?

JIRA Issue Card Color Extension er en Chrome-udvidelse udviklet af Mitra Bajracharya, og dens hovedfunktion er "JIRA Card/Issue Color Extension - Colorize JIRA task/issue card for Kanban/Scrum board and Backlog. - Easy to use. - Simply Go…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download JIRA Issue Card Color Extension-udvidelses-CRX-fil

Download JIRA Issue Card Color Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn JIRA Issue Card Color Extension JIRA Issue Card Color Extension
ID kknedinpmjjkdngcgeaanbcpcgcbffbg
Officiel URL https://chromewebstore.google.com/detail/jira-issue-card-color-ext/kknedinpmjjkdngcgeaanbcpcgcbffbg
Beskrivelse JIRA Card/Issue Color Extension - Colorize JIRA task/issue card for Kanban/Scrum board and Backlog. - Easy to use. - Simply Go…
Filstørrelse 82.74 KB
Antal Installationer 94
Nuværende Version 1.0
Senest Opdateret 2018-01-29
Udgivelsesdato 2018-01-29
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Mitra Bajracharya
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}