Jira Swimlane Shuffler

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

Co je Jira Swimlane Shuffler?

Jira Swimlane Shuffler je rozšíření Chrome vyvinuté Sergio Sanchez, a jeho hlavní funkcí je „Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Jira Swimlane Shuffler

Stáhněte si soubory rozšíření Jira Swimlane Shuffler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Jira Swimlane Shuffler Jira Swimlane Shuffler
ID gdhfapkplpdajkphekdajbobkndhpkdk
Oficiální URL https://chromewebstore.google.com/detail/jira-swimlane-shuffler/gdhfapkplpdajkphekdajbobkndhpkdk
Popis Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.
Velikost souboru 11.39 KB
Počet instalací 103
Aktuální Verze 1.1
Poslední Aktualizace 2018-02-14
Datum Vydání 2018-02-13
Hodnocení 4.60/5 Celkem 5 Hodnocení
Vývojář Sergio Sanchez
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}