JIRA Color Cards
Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
Wat is JIRA Color Cards?
JIRA Color Cards is een Chrome-extensie ontwikkeld door Amit Velingkar, en de belangrijkste functie is "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards".
Extensie Screenshots
Download het CRX-bestand van de extensie JIRA Color Cards
Download JIRA Color Cards-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
Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
Basisinformatie over de Extensie
Naam | JIRA Color Cards |
ID | ncgnifbacofcpniakmphpdgfpekgconi |
Officiële URL | https://chromewebstore.google.com/detail/jira-color-cards/ncgnifbacofcpniakmphpdgfpekgconi |
Beschrijving | Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards |
Bestandsgrootte | 145 KB |
Aantal Installaties | 161 |
Huidige Versie | 0.9.0 |
Laatst Bijgewerkt | 2017-05-19 |
Publicatiedatum | 2017-05-19 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Amit Velingkar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |