Jira Swimlane Shuffler

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

Co to jest Jira Swimlane Shuffler?

Jira Swimlane Shuffler to rozszerzenie Chrome opracowane przez Sergio Sanchez, a jego główną funkcją jest „Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Jira Swimlane Shuffler

Pobierz pliki rozszerzeń Jira Swimlane Shuffler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Jira Swimlane Shuffler Jira Swimlane Shuffler
ID gdhfapkplpdajkphekdajbobkndhpkdk
Oficjalny URL https://chromewebstore.google.com/detail/jira-swimlane-shuffler/gdhfapkplpdajkphekdajbobkndhpkdk
Opis Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.
Rozmiar pliku 11.39 KB
Liczba instalacji 103
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-02-14
Data Publikacji 2018-02-13
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper Sergio Sanchez
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}