Jira Swimlane Shuffler
Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.
Jira Swimlane Shufflerとは何ですか?
Jira Swimlane ShufflerはSergio Sanchezによって開発されたChromeの拡張機能で、その主な機能は「Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.」です。
拡張機能のスクリーンショット
Jira Swimlane Shuffler拡張機能のCRXファイルをダウンロード
Jira Swimlane Shuffler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | gdhfapkplpdajkphekdajbobkndhpkdk |
| 公式URL | https://chromewebstore.google.com/detail/jira-swimlane-shuffler/gdhfapkplpdajkphekdajbobkndhpkdk |
| 説明 | Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board. |
| ファイルサイズ | 11.39 KB |
| インストール数 | 103 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2018-02-14 |
| 公開日 | 2018-02-13 |
| 評価 | 4.60/5 合計 5 レビュー |
| 開発者 | Sergio Sanchez |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
]
} | |