Jira Swimlane Shuffler
Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.
Apa itu Jira Swimlane Shuffler?
Jira Swimlane Shuffler adalah ekstensi Chrome yang dikembangkan oleh Sergio Sanchez, dan fitur utamanya adalah "Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Jira Swimlane Shuffler
Unduh file ekstensi Jira Swimlane Shuffler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Jira Swimlane Shuffler |
ID | gdhfapkplpdajkphekdajbobkndhpkdk |
URL Resmi | https://chromewebstore.google.com/detail/jira-swimlane-shuffler/gdhfapkplpdajkphekdajbobkndhpkdk |
Deskripsi | Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board. |
Ukuran File | 11.39 KB |
Jumlah Instalasi | 103 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-02-14 |
Tanggal Publikasi | 2018-02-13 |
Penilaian | 4.60/5 Total 5 Penilaian |
Pengembang | Sergio Sanchez |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |