Clean Jira

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

Qu'est-ce que Clean Jira ?

Clean Jira est une extension Chrome développée par Satya, et sa fonction principale est "Get rid of extra columns in Jira sprint board for a better user experience.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Clean Jira

Téléchargez les fichiers d'extension Clean Jira au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Clean Jira Clean Jira
ID icmmenbhnhajjniohcknhppfbimnkjpb
URL Officiel https://chromewebstore.google.com/detail/clean-jira/icmmenbhnhajjniohcknhppfbimnkjpb
Description Get rid of extra columns in Jira sprint board for a better user experience.
Taille du Fichier 5.75 KB
Nombre d'Installations 174
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-04-12
Date de Publication 2021-04-11
Évaluation 4.29/5 Total 7 Évaluations
Développeur Satya
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}