Go JIRA
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.
Go JIRAคืออะไร?
Go JIRA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย klaufel และคุณลักษณะหลักของมันคือ "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go JIRA
ดาวน์โหลดไฟล์ส่วนขยาย Go JIRA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards, such as your current sprint, backlog and quickly access any issue.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Go JIRA |
ID | kedgeclbpechdggkikfibghmldgehege |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/go-jira/kedgeclbpechdggkikfibghmldgehege |
คำอธิบาย | JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards. |
ขนาดไฟล์ | 25.2 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-11-20 |
วันที่เผยแพร่ | 2020-09-24 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | klaufel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/klaufel/gojira |
URL หน้าช่วยเหลือ | https://github.com/klaufel/gojira/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go JIRA", "version": "1.0.1", "description": "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_page": "src\/modules\/options\/options.html", "omnibox": { "keyword": "gojira" }, "background": { "page": "src\/modules\/background\/background.html" }, "page_action": { "default_popup": "src\/modules\/popup\/popup.html", "default_icon": { "128": "images\/icon-128.png" } }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png", "16": "images\/icon-16.png" }, "minimum_chrome_version": "61", "manifest_version": 2 } |