GitLab - Time Tracking
Control the time tracking in the GitLab with this extension.
ما هو GitLab - Time Tracking؟
GitLab - Time Tracking هو إضافة Chrome تم تطويرها بواسطة lucas.monteiro، والميزة الرئيسية لها هي "Control the time tracking in the GitLab with this extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitLab - Time Tracking
قم بتنزيل ملفات الامتداد GitLab - Time Tracking بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Control the time tracking in the GitLab with this extension
معلومات أساسية عن التمديد
الاسم | GitLab - Time Tracking |
ID | mfchgpfejndkfdjkcjgmkkgiklobhibp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gitlab-time-tracking/mfchgpfejndkfdjkcjgmkkgiklobhibp |
الوصف | Control the time tracking in the GitLab with this extension. |
حجم الملف | 90 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-06-11 |
تاريخ النشر | 2019-06-11 |
المطور | lucas.monteiro |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitLab - Time Tracking", "description": "Control the time tracking in the GitLab with this extension.", "version": "1.2", "author": "Lucas Monteiro", "options_page": "options\/index.html", "browser_action": { "default_icon": "assets\/icon.png" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/gitlab.com\/*\/issues\/*" ], "js": [ "scripts\/moment.min.js", "scripts\/jquery-3.2.1.min.js", "scripts\/time.js" ] } ] } |