Clean Jira

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

Wat is Clean Jira?

Clean Jira is een Chrome-extensie ontwikkeld door Satya, en de belangrijkste functie is "Get rid of extra columns in Jira sprint board for a better user experience.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Clean Jira

Download Clean Jira-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Clean Jira Clean Jira
ID icmmenbhnhajjniohcknhppfbimnkjpb
Officiële URL https://chromewebstore.google.com/detail/clean-jira/icmmenbhnhajjniohcknhppfbimnkjpb
Beschrijving Get rid of extra columns in Jira sprint board for a better user experience.
Bestandsgrootte 5.75 KB
Aantal Installaties 174
Huidige Versie 0.0.1
Laatst Bijgewerkt 2021-04-12
Publicatiedatum 2021-04-11
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar Satya
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}