GreytHR Time Calculator
Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours
Hvad er GreytHR Time Calculator?
GreytHR Time Calculator er en Chrome-udvidelse udviklet af Sunil Soni, og dens hovedfunktion er "Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours".
Udvidelsesskærmbilleder
Download GreytHR Time Calculator-udvidelses-CRX-fil
Download GreytHR Time Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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]
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ekbjkkcoahcdeolgkkkamlcnojcadkie |
Officiel URL | https://chromewebstore.google.com/detail/greythr-time-calculator/ekbjkkcoahcdeolgkkkamlcnojcadkie |
Beskrivelse | Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours |
Filstørrelse | 82.87 KB |
Antal Installationer | 114 |
Nuværende Version | 2.2.8.3 |
Senest Opdateret | 2024-02-08 |
Udgivelsesdato | 2023-06-05 |
Bedømmelse | 5.00/5 Samlet 13 Bedømmelser |
Udvikler | Sunil Soni |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |