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…

Wat is JIRA Issue Card Color Extension?

JIRA Issue Card Color Extension is een Chrome-extensie ontwikkeld door Mitra Bajracharya, en de belangrijkste functie is "JIRA Card/Issue Color Extension - Colorize JIRA task/issue card for Kanban/Scrum board and Backlog. - Easy to use. - Simply Go…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie JIRA Issue Card Color Extension

Download JIRA Issue Card Color Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JIRA Issue Card Color Extension JIRA Issue Card Color Extension
ID kknedinpmjjkdngcgeaanbcpcgcbffbg
Officiële URL https://chromewebstore.google.com/detail/jira-issue-card-color-ext/kknedinpmjjkdngcgeaanbcpcgcbffbg
Beschrijving JIRA Card/Issue Color Extension - Colorize JIRA task/issue card for Kanban/Scrum board and Backlog. - Easy to use. - Simply Go…
Bestandsgrootte 82.74 KB
Aantal Installaties 94
Huidige Versie 1.0
Laatst Bijgewerkt 2018-01-29
Publicatiedatum 2018-01-29
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Mitra Bajracharya
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}