JIRA Color Cards
Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
Qu'est-ce que JIRA Color Cards ?
JIRA Color Cards est une extension Chrome développée par Amit Velingkar, et sa fonction principale est "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JIRA Color Cards
Téléchargez les fichiers d'extension JIRA Color Cards au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
Informations de Base sur l'Extension
Nom | JIRA Color Cards |
ID | ncgnifbacofcpniakmphpdgfpekgconi |
URL Officiel | https://chromewebstore.google.com/detail/jira-color-cards/ncgnifbacofcpniakmphpdgfpekgconi |
Description | Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards |
Taille du Fichier | 145 KB |
Nombre d'Installations | 161 |
Version Actuelle | 0.9.0 |
Dernière Mise à Jour | 2017-05-19 |
Date de Publication | 2017-05-19 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Amit Velingkar |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |