Attendance Management System

Attendance Management System extensions

什么是Attendance Management System?

Attendance Management System是由Team MP2IT Pvt. Ltd.开发的Chrome扩展程序,该扩展的主要功能是“Attendance Management System extensions”。

扩展截图

screenshot

下载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 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"
    }
}