Attendance Management System

Attendance Management System extensions

Attendance Management System là gì?

Attendance Management System là một tiện ích mở rộng Chrome được phát triển bởi Team MP2IT Pvt. Ltd., và tính năng chính của nó là "Attendance Management System extensions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Attendance Management System

Tải xuống các tệp mở rộng Attendance Management System dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Attendance Management System Attendance Management System
ID hpeeocnljmgomfaanbaibgjgghbkgjfp
URL Chính Thức https://chromewebstore.google.com/detail/attendance-management-sys/hpeeocnljmgomfaanbaibgjgghbkgjfp
Mô tả Attendance Management System extensions
Kích Thước Tệp 742 KB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2022-05-19
Ngày Phát Hành 2022-03-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Team MP2IT Pvt. Ltd.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.mp2it.com/
URL Trang Trợ Giúp https://www.mp2it.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}