Cards & Colors

Extension enhances visibility to issues and cards on Jira Agile boards based on colored edges and statuses

Cards & Colors क्या है?

Cards & Colors 3rdUnknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension enhances visibility to issues and cards on Jira Agile boards based on colored edges and statuses"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cards & Colors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Boost the visibility of issues on your cloud Jira agile boards by adding colors based on:
- colored edges for cards ("Board settings - Card colors" settings that added colored edges for cards based on selected method (JQL queries, etc)
- issue status (for example "Ready For QA", "Fixes Needed", "Blocked in QA")
- issue type (for example Bug-sub-task)

Also, the extension adds a button "Statistics" in the top menu, which displays the number of issues on board summarized by issue type.

Requires a Jira Software Cloud.                    

एक्सटेंशन की मूल जानकारी

नाम Cards & Colors Cards & Colors
ID gaifepagmjpnjklffdfcpmcojjliacge
आधिकारिक URL https://chromewebstore.google.com/detail/cards-colors/gaifepagmjpnjklffdfcpmcojjliacge
विवरण Extension enhances visibility to issues and cards on Jira Agile boards based on colored edges and statuses
फ़ाइल का आकार 524 KB
स्थापना संख्या 90
वर्तमान संस्करण 1.0.25
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2022-05-30
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर 3rdUnknown
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cards & Colors",
    "version": "1.0.25",
    "manifest_version": 3,
    "description": "Extension enhances visibility to issues and cards on Jira Agile boards based on colored edges and statuses",
    "author": "3rdUnknown",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "Cards & Colors",
        "default_popup": "src\/options_custom\/index.html"
    },
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "options_page": "src\/options_custom\/index.html",
    "permissions": [
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.atlassian.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}