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 |
| 电子邮箱 | [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"
]
} | |