Jira Swimlane Shuffler

Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.

Qu'est-ce que Jira Swimlane Shuffler ?

Jira Swimlane Shuffler est une extension Chrome développée par Sergio Sanchez, et sa fonction principale est "Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Jira Swimlane Shuffler

Téléchargez les fichiers d'extension Jira Swimlane Shuffler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Jira Swimlane Shuffler Jira Swimlane Shuffler
ID gdhfapkplpdajkphekdajbobkndhpkdk
URL Officiel https://chromewebstore.google.com/detail/jira-swimlane-shuffler/gdhfapkplpdajkphekdajbobkndhpkdk
Description Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.
Taille du Fichier 11.39 KB
Nombre d'Installations 103
Version Actuelle 1.1
Dernière Mise à Jour 2018-02-14
Date de Publication 2018-02-13
Évaluation 4.60/5 Total 5 Évaluations
Développeur Sergio Sanchez
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}