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