JIRA Time Tracker Plus
Tracks and logs your work in JIRA.
ما هو JIRA Time Tracker Plus؟
JIRA Time Tracker Plus هو إضافة Chrome تم تطويرها بواسطة Arjay Labadan، والميزة الرئيسية لها هي "Tracks and logs your work in JIRA.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JIRA Time Tracker Plus
قم بتنزيل ملفات الامتداد JIRA Time Tracker Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Jira Time Tracker Plus Chrome Extension Features 1. Easily time track and log your work in Jira. 2. 2 display types: Project - display all non-DONE issues of a project. Issue - display all sub-task of any issue type. 3. Switch between projects or issues easily. https://github.com/jayjaydluffy/jira-time-tracker-plus
معلومات أساسية عن التمديد
الاسم | JIRA Time Tracker Plus |
ID | apefmidcficpmimeniaallpkjlnhnicb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jira-time-tracker-plus/apefmidcficpmimeniaallpkjlnhnicb |
الوصف | Tracks and logs your work in JIRA. |
حجم الملف | 175 KB |
عدد التثبيتات | 345 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-12-09 |
تاريخ النشر | 2017-12-09 |
المطور | Arjay Labadan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jayjaydluffy/jira-time-tracker-plus |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "popup.html" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "description": "Tracks and logs your work in JIRA.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png" }, "manifest_version": 2, "name": "JIRA Time Tracker Plus", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "activeTab", "storage", " |