Jira Swimlane Shuffler

Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.

Jira Swimlane Shufflerคืออะไร?

Jira Swimlane Shuffler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sergio Sanchez และคุณลักษณะหลักของมันคือ "Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Jira Swimlane Shuffler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Jira displays assignee swimlanes in alphabetical order. This can make daily stand-ups frustrating for the Willamsons and Zordons in the group, especially when the Barclays and Chens take too much time.

This extension will take div elements of class "ghx-swimlane" and randomly shuffle them on the page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jira Swimlane Shuffler Jira Swimlane Shuffler
ID gdhfapkplpdajkphekdajbobkndhpkdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jira-swimlane-shuffler/gdhfapkplpdajkphekdajbobkndhpkdk
คำอธิบาย Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.
ขนาดไฟล์ 11.39 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-02-14
วันที่เผยแพร่ 2018-02-13
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Sergio Sanchez
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Swimlane Shuffler",
    "description": "Shuffle the order of assignee swimlanes on an active Jira sprint\/Kanban board.",
    "version": "1.1",
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Jira Swimlane Shuffler",
        "default_icon": "icon_32.png"
    },
    "permissions": [
        "activeTab"
    ]
}