GreytHR Time Calculator
Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours
Qu'est-ce que GreytHR Time Calculator ?
GreytHR Time Calculator est une extension Chrome développée par Sunil Soni, et sa fonction principale est "Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GreytHR Time Calculator
Téléchargez les fichiers d'extension GreytHR Time Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | |
ID | ekbjkkcoahcdeolgkkkamlcnojcadkie |
URL Officiel | https://chromewebstore.google.com/detail/greythr-time-calculator/ekbjkkcoahcdeolgkkkamlcnojcadkie |
Description | Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours |
Taille du Fichier | 82.87 KB |
Nombre d'Installations | 114 |
Version Actuelle | 2.2.8.3 |
Dernière Mise à Jour | 2024-02-08 |
Date de Publication | 2023-06-05 |
Évaluation | 5.00/5 Total 13 Évaluations |
Développeur | Sunil Soni |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |