Git Harvest
Provides Harvest time tracking widgets in Gitlab and Github.
ما هو Git Harvest؟
Git Harvest هو إضافة Chrome تم تطويرها بواسطة andyg5000، والميزة الرئيسية لها هي "Provides Harvest time tracking widgets in Gitlab and Github.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Git Harvest
قم بتنزيل ملفات الامتداد Git Harvest بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Provides Harvest time tracking in GitLab and Github issues. Hosted versions are supported out of the box. Self-hosted versions can be added in the extension settings. Source: https://gitlab.com/blueoakinteractive/gitlab-harvest/
معلومات أساسية عن التمديد
الاسم | Git Harvest |
ID | ofbfhaiknhlanbliolbkiidknakaldmo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/git-harvest/ofbfhaiknhlanbliolbkiidknakaldmo |
الوصف | Provides Harvest time tracking widgets in Gitlab and Github. |
حجم الملف | 369 KB |
عدد التثبيتات | 340 |
النسخة الحالية | 0.0.27 |
آخر تحديث | 2023-06-09 |
تاريخ النشر | 2020-03-22 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | andyg5000 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://gitlab.com/blueoakinteractive/gitlab-harvest/ |
عنوان صفحة المساعدة | https://gitlab.com/blueoakinteractive/gitlab-harvest/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.27", "manifest_version": 2, "description": "__MSG_appDescription__", "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage", "*:\/\/*\/*\/*\/issues\/*" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "frame.html", "scripts\/frame.js", "styles\/frame.css" ], "content_security_policy": "report-uri \/csp_reports; img-src *; object-src 'self'; frame-src https:\/\/*.harvestapp.com; script-src 'self'; style-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false } } |