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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |