Jira Swimlane Shuffler
Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.
Wat is Jira Swimlane Shuffler?
Jira Swimlane Shuffler is een Chrome-extensie ontwikkeld door Sergio Sanchez, en de belangrijkste functie is "Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.".
Extensie Screenshots
Download het CRX-bestand van de extensie Jira Swimlane Shuffler
Download Jira Swimlane Shuffler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gdhfapkplpdajkphekdajbobkndhpkdk |
| Officiële URL | https://chromewebstore.google.com/detail/jira-swimlane-shuffler/gdhfapkplpdajkphekdajbobkndhpkdk |
| Beschrijving | Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board. |
| Bestandsgrootte | 11.39 KB |
| Aantal Installaties | 103 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2018-02-14 |
| Publicatiedatum | 2018-02-13 |
| Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Sergio Sanchez |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |