JIRA Helper
There is a JIRA helper to view charts.
JIRA Helperคืออะไร?
JIRA Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย protonss และคุณลักษณะหลักของมันคือ "There is a JIRA helper to view charts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JIRA Helper
ดาวน์โหลดไฟล์ส่วนขยาย JIRA Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
There is a JIRA helper to view charts. Features: - Story BurnDown - Task BurnDown - Points BurnDown - Graphic Pie Using JIRA API to get informations.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JIRA Helper |
ID | fdenphmjbcefmkehfehjmgfhalmjljda |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jira-helper/fdenphmjbcefmkehfehjmgfhalmjljda |
คำอธิบาย | There is a JIRA helper to view charts. |
ขนาดไฟล์ | 247 KB |
จำนวนการติดตั้ง | 110 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2018-03-22 |
วันที่เผยแพร่ | 2018-03-22 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | protonss |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "manifest_version": 2, "version": "1.3.1", "name": "JIRA Helper", "short_name": "Jira Helper", "description": "There is a JIRA helper to view charts.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "styles\/images\/jira-16.png", "48": "styles\/images\/jira-48.png", "128": "styles\/images\/jira-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "styles\/images\/*.png", "scripts\/main.min.js.map", "scripts\/inject.js" ], "content_scripts": [ { "js": [ "scripts\/main.min.js" ], "css": [ "styles\/css\/inject.min.css" ], "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ] } ], "offline_enabled": false } |