Attendance Management System
Attendance Management System extensions
Attendance Management System क्या है?
Attendance Management System Team MP2IT Pvt. Ltd. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Attendance Management System extensions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Attendance Management System एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
AMS stands for "Attendance Management System" which is solely developed to create and organise the working hours for the employees associated with Team MP2IT Pvt. Ltd. and its subsidiaries. AMS is also used to perform HR/Accounts operation for the above companies. The extensions is recommended to install for allowing AMS to maintain user attendance, working hours, HR/Accounts operations.
एक्सटेंशन की मूल जानकारी
नाम | Attendance Management System |
ID | hpeeocnljmgomfaanbaibgjgghbkgjfp |
आधिकारिक URL | https://chromewebstore.google.com/detail/attendance-management-sys/hpeeocnljmgomfaanbaibgjgghbkgjfp |
विवरण | Attendance Management System extensions |
फ़ाइल का आकार | 742 KB |
स्थापना संख्या | 198 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2022-05-19 |
प्रकाशन तिथि | 2022-03-14 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Team MP2IT Pvt. Ltd. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.mp2it.com/ |
सहायता पृष्ठ URL | https://www.mp2it.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Attendance Management System", "description": "Attendance Management System extensions", "version": "2.1", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/content.js" ] } ], "icons": { "16": "mp2it.png", "48": "mp2it.png", "128": "mp2it.png" } } |