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은(는) Sunil Soni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours"입니다.
확장 프로그램 스크린샷
GreytHR Time Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |