JIRA Issue Highlighting

Highlights background color of issues

Vad är JIRA Issue Highlighting?

JIRA Issue Highlighting är en Chrome-tillägg utvecklad av jeroen.meulendijks, och dess huvudfunktion är "Highlights background color of issues".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner JIRA Issue Highlighting-förlängningens CRX-fil

Ladda ner JIRA Issue Highlighting-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        To use this extension follow the following steps:
- Set "Board Settings" -> "Card Colors"

Normally setting the card colors will only add a bar on the left side of the issue. But with this plugin it will color the whole card. The bar on the left of the issue will get the color set by "Card Color" and the rest of the card will get a 90% lighter color. So if the bar is set to dark green, the rest of the card will be light green.                    

Grundläggande Information om Tillägg

Namn JIRA Issue Highlighting JIRA Issue Highlighting
ID eknpbjiclfddmpocgdjkncammmleehll
Officiell webbadress https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll
Beskrivning Highlights background color of issues
Filstorlek 36.65 KB
Antal Installationer 156
Aktuell Version 1.3
Senast Uppdaterad 2017-07-07
Publiceringsdatum 2017-07-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare jeroen.meulendijks
E-post [email protected]
Betalningssätt free
Stödda Språk nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Jeroen Meulendijks",
    "content_scripts": [
        {
            "js": [
                "script.js",
                "jquery-3.2.1.min.js"
            ],
            "matches": [
                "https:\/\/*\/secure\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Highlights background color of issues",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "JIRA Issue Highlighting",
    "version": "1.3",
    "web_accessible_resources": [
        "script.js"
    ]
}