JIRA Story Points Helper

Visualizing each assignee's story points in all sprints

JIRA Story Points Helperคืออะไร?

JIRA Story Points Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jui-Shan (Jenny) Liang และคุณลักษณะหลักของมันคือ "Visualizing each assignee's story points in all sprints"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JIRA Story Points Helper

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

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

                        https://github.com/jsliang/jira-story-points-helper                    

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

ชื่อ JIRA Story Points Helper JIRA Story Points Helper
ID ldnpljmdajcdedkbohffomaoigpnakle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jira-story-points-helper/ldnpljmdajcdedkbohffomaoigpnakle
คำอธิบาย Visualizing each assignee's story points in all sprints
ขนาดไฟล์ 116 KB
จำนวนการติดตั้ง 151
เวอร์ชันปัจจุบัน 0.4.4
อัปเดตครั้งล่าสุด 2018-05-08
วันที่เผยแพร่ 2018-05-08
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Jui-Shan (Jenny) Liang
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jsliang/jira-taskboard-helper
ภาษาที่รองรับ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "jira-story-points-helper",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon.png"
    },
    "version": "0.4.4",
    "author": "Jui-Shan Liang ",
    "homepage_url": "https:\/\/github.com\/jsliang\/jira-story-points-helper",
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ]
}