JIRA Color Cards

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

What is JIRA Color Cards?

JIRA Color Cards is a Chrome extension developed by Amit Velingkar, and its main feature is "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards".

Extension Screenshots

screenshot

Download JIRA Color Cards Extension CRX File

Download JIRA Color Cards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name JIRA Color Cards JIRA Color Cards
ID ncgnifbacofcpniakmphpdgfpekgconi
Official URL 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
File Size 145 KB
Installation Count 161
Current Version 0.9.0
Last Updated 2017-05-19
Publish Date 2017-05-19
Rating 1.00/5 Total 1 Ratings
Developer Amit Velingkar
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}