JIRA - Boards Extensions
Improve JIRA boards by adding sum of stories points inside the header of each column.
Cos'è JIRA - Boards Extensions?
JIRA - Boards Extensions è un'estensione di Chrome sviluppata da meeticdev, e la sua funzione principale è "Improve JIRA boards by adding sum of stories points inside the header of each column.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JIRA - Boards Extensions
Scarica i file di estensione JIRA - Boards Extensions 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
This extension keeps a live counter that sums all the story points in each JIRA boards columns. You can now tell how many points you achieved very quickly.
Informazioni di Base sull'Estensione
Nome | |
ID | phkfdhidmgfikplhghpcififneeiefgi |
URL Ufficiale | https://chrome.google.com/webstore/detail/jira-boards-extensions/phkfdhidmgfikplhghpcififneeiefgi |
Descrizione | Improve JIRA boards by adding sum of stories points inside the header of each column. |
Dimensione del File | 8.25 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2016-08-30 |
Data di Pubblicazione | 2016-08-30 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | meeticdev |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JIRA - Boards Extensions", "description": "Improve JIRA boards by adding sum of stories points inside the header of each column.", "version": "0.1.2", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*\/secure\/RapidBoard.jspa*" ], "js": [ "injected_script.js" ] } ], "icons": { "128": "icon128.png" }, "manifest_version": 2 } |