Jira Ticket Rank
The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based.
Cos'è Jira Ticket Rank?
Jira Ticket Rank è un'estensione di Chrome sviluppata da Dmytro Bogdanov, e la sua funzione principale è "The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jira Ticket Rank
Scarica i file di estensione Jira Ticket Rank in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based on linked requirements rank.
Informazioni di Base sull'Estensione
Nome | Jira Ticket Rank |
ID | pjihbndgjeajdlkpcpnhenjoplmmmhhp |
URL Ufficiale | https://chromewebstore.google.com/detail/jira-ticket-rank/pjihbndgjeajdlkpcpnhenjoplmmmhhp |
Descrizione | The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based. |
Dimensione del File | 14.11 KB |
Conteggio Installazioni | 103 |
Versione Corrente | 3.8 |
Ultimo Aggiornamento | 2020-03-03 |
Data di Pubblicazione | 2020-02-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Dmytro Bogdanov |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dimylkas/jira-ticket-rank |
Lingue Supportate | 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" ] } |