JIRA Color Cards
Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
Was ist JIRA Color Cards?
JIRA Color Cards ist eine Chrome-Erweiterung, die von Amit Velingkar entwickelt wurde, und ihr Hauptmerkmal ist "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards".
Erweiterungsscreenshots
JIRA Color Cards-Erweiterungs-CRX-Datei herunterladen
Laden Sie JIRA Color Cards-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
Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
Grundlegende Informationen zur Erweiterung
Name | JIRA Color Cards |
ID | ncgnifbacofcpniakmphpdgfpekgconi |
Offizielle URL | https://chromewebstore.google.com/detail/jira-color-cards/ncgnifbacofcpniakmphpdgfpekgconi |
Beschreibung | Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards |
Dateigröße | 145 KB |
Installationsanzahl | 161 |
Aktuelle Version | 0.9.0 |
Letztes Update | 2017-05-19 |
Veröffentlichungsdatum | 2017-05-19 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | Amit Velingkar |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JIRA Color Cards", "version": "0.9.0", "manifest_version": 2, "author": "Amit Velingkar", "description": "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards", "homepage_url": "https:\/\/github.com\/amitvelingkar\/JIRA-Color-Cards", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*.atlassian.net\/secure\/RapidBoard*", "https:\/\/*.jira.com\/*\/RapidBoard*" ], "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/secure\/RapidBoard*", "https:\/\/*.jira.com\/*\/RapidBoard*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/*.atlassian.net\/secure\/RapidBoard*", "https:\/\/*.jira.com\/*\/RapidBoard*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/arrive\/arrive.min.js", "src\/inject\/inject.js" ] } ] } |