Attendance Management System
Attendance Management System extensions
Wat is Attendance Management System?
Attendance Management System is een Chrome-extensie ontwikkeld door Team MP2IT Pvt. Ltd., en de belangrijkste functie is "Attendance Management System extensions".
Extensie Screenshots
Download het CRX-bestand van de extensie Attendance Management System
Download Attendance Management System-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Attendance Management System |
ID | hpeeocnljmgomfaanbaibgjgghbkgjfp |
Officiële URL | https://chromewebstore.google.com/detail/attendance-management-sys/hpeeocnljmgomfaanbaibgjgghbkgjfp |
Beschrijving | Attendance Management System extensions |
Bestandsgrootte | 742 KB |
Aantal Installaties | 198 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2022-05-19 |
Publicatiedatum | 2022-03-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Team MP2IT Pvt. Ltd. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.mp2it.com/ |
Help Pagina-URL | https://www.mp2it.com/ |
Ondersteunde Talen | 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" } } |