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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |