JIRA - Boards Extensions
Improve JIRA boards by adding sum of stories points inside the header of each column.
JIRA - Boards Extensionsคืออะไร?
JIRA - Boards Extensions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meeticdev และคุณลักษณะหลักของมันคือ "Improve JIRA boards by adding sum of stories points inside the header of each column."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JIRA - Boards Extensions
ดาวน์โหลดไฟล์ส่วนขยาย JIRA - Boards Extensions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension keeps a live counter that sums all the story points in each JIRA boards columns. You can now tell how many points you achieved very quickly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | phkfdhidmgfikplhghpcififneeiefgi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/jira-boards-extensions/phkfdhidmgfikplhghpcififneeiefgi |
คำอธิบาย | Improve JIRA boards by adding sum of stories points inside the header of each column. |
ขนาดไฟล์ | 8.25 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2016-08-30 |
วันที่เผยแพร่ | 2016-08-30 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | meeticdev |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JIRA - Boards Extensions", "description": "Improve JIRA boards by adding sum of stories points inside the header of each column.", "version": "0.1.2", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*\/secure\/RapidBoard.jspa*" ], "js": [ "injected_script.js" ] } ], "icons": { "128": "icon128.png" }, "manifest_version": 2 } |