JIRA Color Cards

Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards

Cos'è JIRA Color Cards?

JIRA Color Cards è un'estensione di Chrome sviluppata da Amit Velingkar, e la sua funzione principale è "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JIRA Color Cards

Scarica i file di estensione JIRA Color Cards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards                    

Informazioni di Base sull'Estensione

Nome JIRA Color Cards JIRA Color Cards
ID ncgnifbacofcpniakmphpdgfpekgconi
URL Ufficiale https://chromewebstore.google.com/detail/jira-color-cards/ncgnifbacofcpniakmphpdgfpekgconi
Descrizione Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
Dimensione del File 145 KB
Conteggio Installazioni 161
Versione Corrente 0.9.0
Ultimo Aggiornamento 2017-05-19
Data di Pubblicazione 2017-05-19
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Amit Velingkar
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}