GreytHR Time Calculator
Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours
Was ist GreytHR Time Calculator?
GreytHR Time Calculator ist eine Chrome-Erweiterung, die von Sunil Soni entwickelt wurde, und ihr Hauptmerkmal ist "Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours".
Erweiterungsscreenshots
GreytHR Time Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie GreytHR Time Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | |
ID | ekbjkkcoahcdeolgkkkamlcnojcadkie |
Offizielle URL | https://chromewebstore.google.com/detail/greythr-time-calculator/ekbjkkcoahcdeolgkkkamlcnojcadkie |
Beschreibung | Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours |
Dateigröße | 82.87 KB |
Installationsanzahl | 114 |
Aktuelle Version | 2.2.8.3 |
Letztes Update | 2024-02-08 |
Veröffentlichungsdatum | 2023-06-05 |
Bewertung | 5.00/5 Insgesamt 13 Bewertungen |
Entwickler | Sunil Soni |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |