JIRA Color Cards

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

Apa itu JIRA Color Cards?

JIRA Color Cards adalah ekstensi Chrome yang dikembangkan oleh Amit Velingkar, dan fitur utamanya adalah "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi JIRA Color Cards

Unduh file ekstensi JIRA Color Cards dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama JIRA Color Cards JIRA Color Cards
ID ncgnifbacofcpniakmphpdgfpekgconi
URL Resmi https://chromewebstore.google.com/detail/jira-color-cards/ncgnifbacofcpniakmphpdgfpekgconi
Deskripsi Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
Ukuran File 145 KB
Jumlah Instalasi 161
Versi Saat Ini 0.9.0
Terakhir Diperbarui 2017-05-19
Tanggal Publikasi 2017-05-19
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Amit Velingkar
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}