Clean Jira

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

Co je Clean Jira?

Clean Jira je rozšíření Chrome vyvinuté Satya, a jeho hlavní funkcí je „Get rid of extra columns in Jira sprint board for a better user experience.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Clean Jira

Stáhněte si soubory rozšíření Clean Jira 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í

                        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].                    

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

Název Clean Jira Clean Jira
ID icmmenbhnhajjniohcknhppfbimnkjpb
Oficiální URL https://chromewebstore.google.com/detail/clean-jira/icmmenbhnhajjniohcknhppfbimnkjpb
Popis Get rid of extra columns in Jira sprint board for a better user experience.
Velikost souboru 5.75 KB
Počet instalací 174
Aktuální Verze 0.0.1
Poslední Aktualizace 2021-04-12
Datum Vydání 2021-04-11
Hodnocení 4.29/5 Celkem 7 Hodnocení
Vývojář Satya
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}