JIRA Color Cards

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

Co je JIRA Color Cards?

JIRA Color Cards je rozšíření Chrome vyvinuté Amit Velingkar, a jeho hlavní funkcí je „Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření JIRA Color Cards

Stáhněte si soubory rozšíření JIRA Color Cards ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název JIRA Color Cards JIRA Color Cards
ID ncgnifbacofcpniakmphpdgfpekgconi
Oficiální URL https://chromewebstore.google.com/detail/jira-color-cards/ncgnifbacofcpniakmphpdgfpekgconi
Popis Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
Velikost souboru 145 KB
Počet instalací 161
Aktuální Verze 0.9.0
Poslední Aktualizace 2017-05-19
Datum Vydání 2017-05-19
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Amit Velingkar
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}