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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |