JIRA Color Cards

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

JIRA Color Cardsとは何ですか?

JIRA Color CardsはAmit Velingkarによって開発されたChromeの拡張機能で、その主な機能は「Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards」です。

拡張機能のスクリーンショット

screenshot

JIRA Color Cards拡張機能のCRXファイルをダウンロード

JIRA Color Cards拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 JIRA Color Cards JIRA Color Cards
ID ncgnifbacofcpniakmphpdgfpekgconi
公式URL https://chromewebstore.google.com/detail/jira-color-cards/ncgnifbacofcpniakmphpdgfpekgconi
説明 Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
ファイルサイズ 145 KB
インストール数 161
現在のバージョン 0.9.0
最終更新日 2017-05-19
公開日 2017-05-19
評価 1.00/5 合計 1 レビュー
開発者 Amit Velingkar
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}