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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GreytHR Time Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |