Jira Story Points in Kanban Swimlanes
Show story points in Jira Kanban and Swimlane boards
Jira Story Points in Kanban Swimlanesคืออะไร?
Jira Story Points in Kanban Swimlanes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DB และคุณลักษณะหลักของมันคือ "Show story points in Jira Kanban and Swimlane boards"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jira Story Points in Kanban Swimlanes
ดาวน์โหลดไฟล์ส่วนขยาย Jira Story Points in Kanban Swimlanes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension calculates the total story points for each status column in a Jira Kanban board. It also works with swimlane boards! Works on self-hosted Jira instances, too. Have feedback or bug reports? email [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Jira Story Points in Kanban Swimlanes |
ID | kbakllmjnpajpgjmcemgmpgmlcgdkikg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jira-story-points-in-kanb/kbakllmjnpajpgjmcemgmpgmlcgdkikg |
คำอธิบาย | Show story points in Jira Kanban and Swimlane boards |
ขนาดไฟล์ | 696 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2023-02-06 |
วันที่เผยแพร่ | 2023-02-06 |
ผู้พัฒนา | DB |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira Story Points in Kanban Swimlanes", "version": "0.0.1", "short_name": "Jira Kanban Points", "description": "Show story points in Jira Kanban and Swimlane boards", "manifest_version": 3, "permissions": [ "scripting", "tabs", "activeTab" ], "host_permissions": [ "https:\/\/*\/*" ], "optional_permissions": [], "icons": { "16": "assets\/img\/logo-16.png", "32": "assets\/img\/logo-32.png", "48": "assets\/img\/logo-48.png", "128": "assets\/img\/logo-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "minimum_chrome_version": "92" } |