Jira Cumulative Flow Diagram
This extension creates Cumulative Flow Diagrams based on Jira Queries.
Jira Cumulative Flow Diagramคืออะไร?
Jira Cumulative Flow Diagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย johannes.pieringer และคุณลักษณะหลักของมันคือ "This extension creates Cumulative Flow Diagrams based on Jira Queries."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jira Cumulative Flow Diagram
ดาวน์โหลดไฟล์ส่วนขยาย Jira Cumulative Flow Diagram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension creates Cumulative Flow Diagrams based on Jira Queries. Weekends are and further non working days can be excluded. The created diagrams can be shared via a link. Further documentation is available at: https://github.com/jpieringer/jira-cumulative-flow-diagram
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Jira Cumulative Flow Diagram |
ID | dbjnljpnlpkaemdjgkblcokahlnglkja |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jira-cumulative-flow-diag/dbjnljpnlpkaemdjgkblcokahlnglkja |
คำอธิบาย | This extension creates Cumulative Flow Diagrams based on Jira Queries. |
ขนาดไฟล์ | 376 KB |
จำนวนการติดตั้ง | 200 |
เวอร์ชันปัจจุบัน | 14.0 |
อัปเดตครั้งล่าสุด | 2024-02-13 |
วันที่เผยแพร่ | 2017-12-27 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | johannes.pieringer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jpieringer/jira-cumulative-flow-diagram |
URL หน้าช่วยเหลือ | https://github.com/jpieringer/jira-cumulative-flow-diagram |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira Cumulative Flow Diagram", "description": "This extension creates Cumulative Flow Diagrams based on Jira Queries.", "version": "14.0", "manifest_version": 3, "author": "Johannes Pieringer", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png", "512": "icon512.png" }, "background": { "service_worker": "background-chrome.js" }, "action": { "default_title": "Jira Cumulative Flow Diagram", "default_icon": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png", "512": "icon512.png" } }, "permissions": [], "host_permissions": [ "https:\/\/*\/*" ] } |