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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/ |
URL หน้าช่วยเหลือ | 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 } } |