Attendance Management System
Attendance Management System extensions
ما هو Attendance Management System؟
Attendance Management System هو إضافة Chrome تم تطويرها بواسطة Team MP2IT Pvt. Ltd.، والميزة الرئيسية لها هي "Attendance Management System extensions".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Attendance Management System
قم بتنزيل ملفات الامتداد Attendance Management System بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | 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" } } |