Jira Ticket Rank
The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based.
什麼是Jira Ticket Rank?
Jira Ticket Rank是由Dmytro Bogdanov開發的Chrome擴展程式,該擴展的主要功能是“The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based.”。
擴展截圖
下載Jira Ticket Rank擴展crx文件
下載Jira Ticket Rank擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based on linked requirements rank.
擴展基本資訊
名稱 | Jira Ticket Rank |
ID | pjihbndgjeajdlkpcpnhenjoplmmmhhp |
官方網址 | https://chromewebstore.google.com/detail/jira-ticket-rank/pjihbndgjeajdlkpcpnhenjoplmmmhhp |
簡介 | The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based. |
檔案大小 | 14.11 KB |
安裝次數 | 103 |
目前版本 | 3.8 |
更新時間 | 2020-03-03 |
上架時間 | 2020-02-29 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Dmytro Bogdanov |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/dimylkas/jira-ticket-rank |
支援的語言 | 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" ] } |