JIRA Worklog Helper
Makes tracking and logging time easy for JIRA users.
JIRA Worklog Helperคืออะไร?
JIRA Worklog Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Robert Pate และคุณลักษณะหลักของมันคือ "Makes tracking and logging time easy for JIRA users."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JIRA Worklog Helper
ดาวน์โหลดไฟล์ส่วนขยาย JIRA Worklog Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click the clock to start tracking your time. When you want to stop just go to whatever ticket you want to log that time against and click the clock again. It fills out the time for you! It can even log work against tickets selected in your agile/greenhopper boards. No authentication necessary and no special permissions needed. Source code at https://github.com/robertpateii/jira-worklog-helper
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JIRA Worklog Helper |
ID | nifjniggknfiammmgoiokjdkjiffadap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jira-worklog-helper/nifjniggknfiammmgoiokjdkjiffadap |
คำอธิบาย | Makes tracking and logging time easy for JIRA users. |
ขนาดไฟล์ | 56.19 KB |
จำนวนการติดตั้ง | 394 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-02 |
วันที่เผยแพร่ | 2015-11-02 |
คะแนน | 4.78/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Robert Pate |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JIRA Worklog Helper", "version": "1.0", "description": "Makes tracking and logging time easy for JIRA users.", "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "off-19.png", "default_title": "Click to toggle the timer." }, "permissions": [ "storage", "activeTab" ], "icons": { "48": "off-48.png", "128": "off-128.png" }, "manifest_version": 2 } |