JIRA Color Cards

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

Hvad er JIRA Color Cards?

JIRA Color Cards er en Chrome-udvidelse udviklet af Amit Velingkar, og dens hovedfunktion er "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards".

Udvidelsesskærmbilleder

screenshot

Download JIRA Color Cards-udvidelses-CRX-fil

Download JIRA Color Cards-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn JIRA Color Cards JIRA Color Cards
ID ncgnifbacofcpniakmphpdgfpekgconi
Officiel URL https://chromewebstore.google.com/detail/jira-color-cards/ncgnifbacofcpniakmphpdgfpekgconi
Beskrivelse Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
Filstørrelse 145 KB
Antal Installationer 161
Nuværende Version 0.9.0
Senest Opdateret 2017-05-19
Udgivelsesdato 2017-05-19
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Amit Velingkar
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}