Attendance Management System

Attendance Management System extensions

Co to jest Attendance Management System?

Attendance Management System to rozszerzenie Chrome opracowane przez Team MP2IT Pvt. Ltd., a jego główną funkcją jest „Attendance Management System extensions”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Attendance Management System

Pobierz pliki rozszerzeń Attendance Management System w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Attendance Management System Attendance Management System
ID hpeeocnljmgomfaanbaibgjgghbkgjfp
Oficjalny URL https://chromewebstore.google.com/detail/attendance-management-sys/hpeeocnljmgomfaanbaibgjgghbkgjfp
Opis Attendance Management System extensions
Rozmiar pliku 742 KB
Liczba instalacji 198
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2022-05-19
Data Publikacji 2022-03-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Team MP2IT Pvt. Ltd.
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.mp2it.com/
Adres URL Strony Pomocy https://www.mp2it.com/
Obsługiwane Języki 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"
    }
}