Clean Jira

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

什麼是Clean Jira?

Clean Jira是由Satya開發的Chrome擴展程式,該擴展的主要功能是“Get rid of extra columns in Jira sprint board for a better user experience.”。

擴展截圖

screenshot
screenshot
screenshot

下載Clean Jira擴展crx文件

下載Clean Jira擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Clean Jira Clean Jira
ID icmmenbhnhajjniohcknhppfbimnkjpb
官方網址 https://chromewebstore.google.com/detail/clean-jira/icmmenbhnhajjniohcknhppfbimnkjpb
簡介 Get rid of extra columns in Jira sprint board for a better user experience.
檔案大小 5.75 KB
安裝次數 174
目前版本 0.0.1
更新時間 2021-04-12
上架時間 2021-04-11
評分 4.29/5 共 7 次評分
開發者 Satya
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/*"
            ]
        }
    ]
}