Jira Timesheet for Google Chrome
Gets the worklogs from the project, filter and group them by user and generate a weekly report.
ما هو Jira Timesheet for Google Chrome؟
Jira Timesheet for Google Chrome هو إضافة Chrome تم تطويرها بواسطة Dyeison Carraro، والميزة الرئيسية لها هي "Gets the worklogs from the project, filter and group them by user and generate a weekly report.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jira Timesheet for Google Chrome
قم بتنزيل ملفات الامتداد Jira Timesheet for Google Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Jira Timesheet for Google Chrome |
ID | icdeoclacajhnleplbffkcbhgpocikda |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda |
الوصف | Gets the worklogs from the project, filter and group them by user and generate a weekly report. |
حجم الملف | 213 KB |
عدد التثبيتات | 378 |
النسخة الحالية | 0.4 |
آخر تحديث | 2015-11-04 |
تاريخ النشر | 2015-11-04 |
تقييم | 4.00/5 مجموع تقييمات 5 |
المطور | Dyeison Carraro |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira Timesheet for Google Chrome", "short_name": "Jira-TimeSheet", "description": "Gets the worklogs from the project, filter and group them by user and generate a weekly report.", "version": "0.4", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "icons": { "128": "icons\/icon128.png", "64": "icons\/icon64.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Jira Timesheet", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |