Clean Jira

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

What is Clean Jira?

Clean Jira is a Chrome extension developed by Satya, and its main feature is "Get rid of extra columns in Jira sprint board for a better user experience.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Clean Jira Extension CRX File

Download Clean Jira extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Clean Jira Clean Jira
ID icmmenbhnhajjniohcknhppfbimnkjpb
Official URL https://chromewebstore.google.com/detail/clean-jira/icmmenbhnhajjniohcknhppfbimnkjpb
Description Get rid of extra columns in Jira sprint board for a better user experience.
File Size 5.75 KB
Installation Count 174
Current Version 0.0.1
Last Updated 2021-04-12
Publish Date 2021-04-11
Rating 4.29/5 Total 7 Ratings
Developer Satya
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}