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…

Was ist JIRA Issue Card Color Extension?

JIRA Issue Card Color Extension ist eine Chrome-Erweiterung, die von Mitra Bajracharya entwickelt wurde, und ihr Hauptmerkmal ist "JIRA Card/Issue Color Extension - Colorize JIRA task/issue card for Kanban/Scrum board and Backlog. - Easy to use. - Simply Go…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

JIRA Issue Card Color Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie JIRA Issue Card Color Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name JIRA Issue Card Color Extension JIRA Issue Card Color Extension
ID kknedinpmjjkdngcgeaanbcpcgcbffbg
Offizielle URL https://chromewebstore.google.com/detail/jira-issue-card-color-ext/kknedinpmjjkdngcgeaanbcpcgcbffbg
Beschreibung JIRA Card/Issue Color Extension - Colorize JIRA task/issue card for Kanban/Scrum board and Backlog. - Easy to use. - Simply Go…
Dateigröße 82.74 KB
Installationsanzahl 94
Aktuelle Version 1.0
Letztes Update 2018-01-29
Veröffentlichungsdatum 2018-01-29
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Mitra Bajracharya
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}