Jira Swimlane Shuffler
Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.
O que é Jira Swimlane Shuffler?
Jira Swimlane Shuffler é uma extensão do Chrome desenvolvida por Sergio Sanchez, e sua principal característica é "Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Jira Swimlane Shuffler
Baixe arquivos de extensão Jira Swimlane Shuffler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Jira Swimlane Shuffler |
ID | gdhfapkplpdajkphekdajbobkndhpkdk |
URL Oficial | https://chromewebstore.google.com/detail/jira-swimlane-shuffler/gdhfapkplpdajkphekdajbobkndhpkdk |
Descrição | Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board. |
Tamanho do Arquivo | 11.39 KB |
Contagem de Instalações | 103 |
Versão Atual | 1.1 |
Última Atualização | 2018-02-14 |
Data de Publicação | 2018-02-13 |
Classificação | 4.60/5 Total de 5 Avaliações |
Desenvolvedor | Sergio Sanchez |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |