Attendance Management System

Attendance Management System extensions

Что такое Attendance Management System?

Attendance Management System - это расширение Chrome, разработанное Team MP2IT Pvt. Ltd., и его основная функция - "Attendance Management System extensions".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Attendance Management System

Скачайте файлы расширений 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"
    }
}