Attendance Management System
Attendance Management System extensions
什麼是Attendance Management System?
Attendance Management System是由Team MP2IT Pvt. Ltd.開發的Chrome擴展程式,該擴展的主要功能是“Attendance Management System extensions”。
擴展截圖
下載Attendance Management System擴展crx文件
下載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 |
官方網址 | 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" } } |