Clean Jira

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

Clean Jiraคืออะไร?

Clean Jira เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Satya และคุณลักษณะหลักของมันคือ "Get rid of extra columns in Jira sprint board for a better user experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clean Jira

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
            ]
        }
    ]
}