Clean Jira

Get rid of extra columns in Jira sprint board for a better user experience.

Co to jest Clean Jira?

Clean Jira to rozszerzenie Chrome opracowane przez Satya, a jego główną funkcją jest „Get rid of extra columns in Jira sprint board for a better user experience.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Clean Jira

Pobierz pliki rozszerzeń Clean Jira 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

                        Is your Jira board too crowded? Hide empty columns with a single click. 
Clean Jira provides an option to hide all the empty columns on your Jira board instantly. You also have an option to hide any specific columns you like. 
Don't worry, your columns are not gone forever, you can show them again in one click as well.

Enjoy your clutter free Jira board!

Note: If you don't see the options to hide columns after installing the extension, please refresh your Jira board.

Please contact me if you encounter any bugs/issues at [email protected].                    

Podstawowe informacje o rozszerzeniu

Nazwa Clean Jira Clean Jira
ID icmmenbhnhajjniohcknhppfbimnkjpb
Oficjalny URL https://chromewebstore.google.com/detail/clean-jira/icmmenbhnhajjniohcknhppfbimnkjpb
Opis Get rid of extra columns in Jira sprint board for a better user experience.
Rozmiar pliku 5.75 KB
Liczba instalacji 174
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2021-04-12
Data Publikacji 2021-04-11
Ocena 4.29/5 Łącznie 7 Oceny
Deweloper Satya
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",
    "name": "Clean Jira",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Get rid of extra columns in Jira sprint board for a better user experience.",
    "icons": {
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ]
        }
    ]
}