JIRA Buddy
A helper for your most common or day-to-day OnDemand JIRA tasks.
JIRA Buddyคืออะไร?
JIRA Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paulo Ávila และคุณลักษณะหลักของมันคือ "A helper for your most common or day-to-day OnDemand JIRA tasks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JIRA Buddy
ดาวน์โหลดไฟล์ส่วนขยาย JIRA Buddy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a trial release intended for the development team I work with. It has passed my tests (I've been using it for months now) so feel free to use it while it's still in beta! This is an open source project: https://github.com/demoive/JIRA-Buddy Please submit bugs and issues on GitHub: https://github.com/demoive/JIRA-Buddy/issues Project Board: https://trello.com/board/jira-buddy/512dfc830265343a150027ad
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JIRA Buddy |
ID | nbojmnaggjklggjfddmlognhlchhgblp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jira-buddy/nbojmnaggjklggjfddmlognhlchhgblp |
คำอธิบาย | A helper for your most common or day-to-day OnDemand JIRA tasks. |
ขนาดไฟล์ | 123 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 0.7 |
อัปเดตครั้งล่าสุด | 2013-03-28 |
วันที่เผยแพร่ | 2013-03-28 |
ผู้พัฒนา | Paulo Ávila |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JIRA Buddy", "description": "__MSG_extensionDescription__", "version": "0.7", "default_locale": "en", "icons": { "16": "assets\/img\/icon_favicon-infobar.png", "48": "assets\/img\/icon_extension-prefs.png", "128": "assets\/img\/icon_store-dialogs.png" }, "browser_action": { "default_icon": "assets\/img\/browser-button.png", "default_title": "__MSG_browserActionTitle__", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "assets\/js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "https:\/\/*.atlassian.net\/rest\/api\/2\/" ] } |