Attendance Management System
Attendance Management System extensions
Cos'è Attendance Management System?
Attendance Management System è un'estensione di Chrome sviluppata da Team MP2IT Pvt. Ltd., e la sua funzione principale è "Attendance Management System extensions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Attendance Management System
Scarica i file di estensione Attendance Management System in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Attendance Management System |
ID | hpeeocnljmgomfaanbaibgjgghbkgjfp |
URL Ufficiale | https://chromewebstore.google.com/detail/attendance-management-sys/hpeeocnljmgomfaanbaibgjgghbkgjfp |
Descrizione | Attendance Management System extensions |
Dimensione del File | 742 KB |
Conteggio Installazioni | 198 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2022-05-19 |
Data di Pubblicazione | 2022-03-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Team MP2IT Pvt. Ltd. |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.mp2it.com/ |
URL della Pagina di Aiuto | https://www.mp2it.com/ |
Lingue Supportate | 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" } } |