Attendance Management System

Attendance Management System extensions

What is Attendance Management System?

Attendance Management System is a Chrome extension developed by Team MP2IT Pvt. Ltd., and its main feature is "Attendance Management System extensions".

Extension Screenshots

screenshot

Download Attendance Management System Extension CRX File

Download Attendance Management System extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Attendance Management System Attendance Management System
ID hpeeocnljmgomfaanbaibgjgghbkgjfp
Official URL https://chromewebstore.google.com/detail/attendance-management-sys/hpeeocnljmgomfaanbaibgjgghbkgjfp
Description Attendance Management System extensions
File Size 742 KB
Installation Count 198
Current Version 2.1
Last Updated 2022-05-19
Publish Date 2022-03-14
Rating 5.00/5 Total 1 Ratings
Developer Team MP2IT Pvt. Ltd.
Email [email protected]
Payment Type free
Extension Website https://www.mp2it.com/
Help Page URL https://www.mp2it.com/
Supported Languages 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"
    }
}