Jira Status Colours

Customize the colours of your Jira statuses.

Jira Status Coloursとは何ですか?

Jira Status Coloursはhttps://clydedsouza.netによって開発されたChromeの拡張機能で、その主な機能は「Customize the colours of your Jira statuses.」です。

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

screenshot
screenshot
screenshot
screenshot

Jira Status Colours拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Do you also find it hard to spot the statuses of your Jira tickets? Do you wish they were coloured so at a glance you could see how many stories are in progress, how many are in review and how many are done? Don't look any further because this Chrome Extension allows you to customize the colours of Jira statuses. 

Out of the box, it comes with a set of preset statuses and colours, but you can update this list as per your convenience. To head over to the configuration page, just click on the extension's icon in your browser and select options. Once you've configured the statuses and their colours to your hearts content, you can then head over to your Jira board and you should be able to see those colours. 

Note: This works for Jira Cloud only.

Have a productive time ahead!                    

拡張機能の基本情報

名前 Jira Status Colours Jira Status Colours
ID nglechghbeioejgliejidjlhbfiiinne
公式URL https://chromewebstore.google.com/detail/jira-status-colours/nglechghbeioejgliejidjlhbfiiinne
説明 Customize the colours of your Jira statuses.
ファイルサイズ 18.97 KB
インストール数 44
現在のバージョン 1.0.0
最終更新日 2022-05-12
公開日 2021-12-08
評価 3.50/5 合計 2 レビュー
開発者 https://clydedsouza.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ClydeDz/jira-status-colours-chrome-extension
ヘルプページのURL https://github.com/ClydeDz/jira-status-colours-chrome-extension/issues/new/choose
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jira Status Colours",
    "description": "Customize the colours of your Jira statuses.",
    "version": "1.0.0",
    "author": "Clyde D'Souza",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.atlassian.net\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}