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 là gì?
GreytHR Time Calculator là một tiện ích mở rộng Chrome được phát triển bởi Sunil Soni, và tính năng chính của nó là "Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GreytHR Time Calculator
Tải xuống các tệp mở rộng GreytHR Time Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ekbjkkcoahcdeolgkkkamlcnojcadkie |
URL Chính Thức | https://chromewebstore.google.com/detail/greythr-time-calculator/ekbjkkcoahcdeolgkkkamlcnojcadkie |
Mô tả | Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours |
Kích Thước Tệp | 82.87 KB |
Số Lần Cài Đặt | 114 |
Phiên Bản Hiện Tại | 2.2.8.3 |
Cập Nhật Lần Cuối | 2024-02-08 |
Ngày Phát Hành | 2023-06-05 |
Đánh Giá | 5.00/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Sunil Soni |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |