GreytHR Time Calculator
Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours
GreytHR Time Calculatorคืออะไร?
GreytHR Time Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sunil Soni และคุณลักษณะหลักของมันคือ "Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GreytHR Time Calculator
ดาวน์โหลดไฟล์ส่วนขยาย GreytHR Time Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Greythr Swipes Time Calculator is a powerful Google Chrome extension designed to streamline your time management process for Greythr swipes. It simplifies the task of calculating the time spent on swiping in and out of your work shifts, making it easier than ever to track and manage your work hours. Have any feedback to share? we will be happy to get in touch with you, mail us at: [email protected] Add a task for us to work on (Feature Request): [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ekbjkkcoahcdeolgkkkamlcnojcadkie |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/greythr-time-calculator/ekbjkkcoahcdeolgkkkamlcnojcadkie |
คำอธิบาย | Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours |
ขนาดไฟล์ | 82.87 KB |
จำนวนการติดตั้ง | 114 |
เวอร์ชันปัจจุบัน | 2.2.8.3 |
อัปเดตครั้งล่าสุด | 2024-02-08 |
วันที่เผยแพร่ | 2023-06-05 |
คะแนน | 5.00/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Sunil Soni |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GreytHR Time Calculator", "description": "Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours", "version": "2.2.8.3", "permissions": [ "alarms", "storage", "notifications" ], "action": { "default_popup": "index.html", "default_icon": "assets\/icons\/logoPNG.png" }, "host_permissions": [ "https:\/\/ith.greythr.com\/v3\/api\/attendance\/info" ], "background": { "service_worker": "background.js", "type": "module" } } |