jira-helper

jira-helper

jira-helper क्या है?

jira-helper pavel.power द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "jira-helper"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Jira Helper - adds visual elements for swimlanes, a button for adding a task description template.
The latest version added experimental functionality:
1. Limit the number of tasks for swimlanes*
2. Do not consider Expedite swimline WIP limits
3. Limiting the number of tasks to several columns
4. Personal WIP-limit
5. WIP-limit for Cells (intersection of Swimlanes & Columns)
6. WIP-limit for fields values (on Kanban board)
7. WIP-limit for fields values, with count value of field (on Kanban board)
8. WIP-limit for fields values, with sum numbers of field, for sample Story Points (on Kanban board)
9. Use your SLA line (with percentile) in the Control Chart panel
10. Show flag on issue panel
11. Story Point Ruler for Control Chart
12. Blurring of secret data
13. Wip-limits for visible on card custom field

*we do not take into account the restrictions on a swimlane for closed tasks                    

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

नाम jira-helper jira-helper
ID egmbomekcmpieccamghfgjgnlllgbgdl
आधिकारिक URL https://chromewebstore.google.com/detail/jira-helper/egmbomekcmpieccamghfgjgnlllgbgdl
विवरण jira-helper
फ़ाइल का आकार 266 KB
स्थापना संख्या 7,448
वर्तमान संस्करण 2.22.7
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2020-06-29
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर pavel.power
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tinkoff.github.io/jira-helper/
सहायता पृष्ठ URL https://github.com/pavelpower/jira-helper
गोपनीयता नीति पृष्ठ URL https://github.com/pavelpower/jira-helper/blob/master/PRIVACY_POLICY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "jira-helper",
    "short_name": "jira-helper",
    "version": "2.22.7",
    "author": "[email protected]",
    "description": "jira-helper",
    "icons": {
        "16": "src\/jira_helper_16x16.png",
        "32": "src\/jira_helper_32x32.png",
        "48": "src\/jira_helper_48x48.png",
        "64": "src\/jira_helper_64x64.png",
        "128": "src\/jira_helper_128x128.png"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_icon": {
            "16": "src\/jira_helper_16x16.png",
            "32": "src\/jira_helper_32x32.png",
            "48": "src\/jira_helper_48x48.png",
            "64": "src\/jira_helper_64x64.png",
            "128": "src\/jira_helper_128x128.png"
        },
        "default_title": "Jira Helper"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "src\/blurSensitive.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}