Jira Swimlane Shuffler
Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.
Cos'è Jira Swimlane Shuffler?
Jira Swimlane Shuffler è un'estensione di Chrome sviluppata da Sergio Sanchez, e la sua funzione principale è "Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jira Swimlane Shuffler
Scarica i file di estensione Jira Swimlane Shuffler 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
Jira displays assignee swimlanes in alphabetical order. This can make daily stand-ups frustrating for the Willamsons and Zordons in the group, especially when the Barclays and Chens take too much time. This extension will take div elements of class "ghx-swimlane" and randomly shuffle them on the page.
Informazioni di Base sull'Estensione
Nome | Jira Swimlane Shuffler |
ID | gdhfapkplpdajkphekdajbobkndhpkdk |
URL Ufficiale | https://chromewebstore.google.com/detail/jira-swimlane-shuffler/gdhfapkplpdajkphekdajbobkndhpkdk |
Descrizione | Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board. |
Dimensione del File | 11.39 KB |
Conteggio Installazioni | 103 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-02-14 |
Data di Pubblicazione | 2018-02-13 |
Valutazione | 4.60/5 Totale 5 Valutazioni |
Sviluppatore | Sergio Sanchez |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira Swimlane Shuffler", "description": "Shuffle the order of assignee swimlanes on an active Jira sprint\/Kanban board.", "version": "1.1", "background": { "scripts": [ "popup.js" ], "persistent": false }, "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_title": "Jira Swimlane Shuffler", "default_icon": "icon_32.png" }, "permissions": [ "activeTab" ] } |