Attendance Management System

Attendance Management System extensions

Co je Attendance Management System?

Attendance Management System je rozšíření Chrome vyvinuté Team MP2IT Pvt. Ltd., a jeho hlavní funkcí je „Attendance Management System extensions“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Attendance Management System

Stáhněte si soubory rozšíření Attendance Management System ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Attendance Management System Attendance Management System
ID hpeeocnljmgomfaanbaibgjgghbkgjfp
Oficiální URL https://chromewebstore.google.com/detail/attendance-management-sys/hpeeocnljmgomfaanbaibgjgghbkgjfp
Popis Attendance Management System extensions
Velikost souboru 742 KB
Počet instalací 198
Aktuální Verze 2.1
Poslední Aktualizace 2022-05-19
Datum Vydání 2022-03-14
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Team MP2IT Pvt. Ltd.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.mp2it.com/
URL Stránky Nápovědy https://www.mp2it.com/
Podporované Jazyky 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"
    }
}