Jira Ticket Rank

The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based.

What is Jira Ticket Rank?

Jira Ticket Rank is a Chrome extension developed by Dmytro Bogdanov, and its main feature is "The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based.".

Extension Screenshots

screenshot

Download Jira Ticket Rank Extension CRX File

Download Jira Ticket Rank extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based on linked requirements rank.                    

Extension Basic Information

Name Jira Ticket Rank Jira Ticket Rank
ID pjihbndgjeajdlkpcpnhenjoplmmmhhp
Official URL https://chromewebstore.google.com/detail/jira-ticket-rank/pjihbndgjeajdlkpcpnhenjoplmmmhhp
Description The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based.
File Size 14.11 KB
Installation Count 103
Current Version 3.8
Last Updated 2020-03-03
Publish Date 2020-02-29
Rating 5.00/5 Total 1 Ratings
Developer Dmytro Bogdanov
Email [email protected]
Payment Type free
Extension Website https://github.com/dimylkas/jira-ticket-rank
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jira Ticket Rank",
    "version": "3.8",
    "manifest_version": 2,
    "description": "The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Jira Ticket Rank",
        "default_popup": "popup.html"
    },
    "author": "Dmytro Bogdanov",
    "homepage_url": "https:\/\/github.com\/dimylkas\/jira-ticket-rank",
    "permissions": [
        "activeTab",
        "storage"
    ]
}