Clean Jira

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

Apa itu Clean Jira?

Clean Jira adalah ekstensi Chrome yang dikembangkan oleh Satya, dan fitur utamanya adalah "Get rid of extra columns in Jira sprint board for a better user experience.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Clean Jira

Unduh file ekstensi Clean Jira dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Clean Jira Clean Jira
ID icmmenbhnhajjniohcknhppfbimnkjpb
URL Resmi https://chromewebstore.google.com/detail/clean-jira/icmmenbhnhajjniohcknhppfbimnkjpb
Deskripsi Get rid of extra columns in Jira sprint board for a better user experience.
Ukuran File 5.75 KB
Jumlah Instalasi 174
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2021-04-12
Tanggal Publikasi 2021-04-11
Penilaian 4.29/5 Total 7 Penilaian
Pengembang Satya
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}