Life

The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.

Co je Life?

Life je rozšíření Chrome vyvinuté https://life.gaditek.com, a jeho hlavní funkcí je „The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Life

Stáhněte si soubory rozšíření Life 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í

                        The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.                    

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

Název Life Life
ID gadcpbjfkkldighbjnogbnpjfdgfnldm
Oficiální URL https://chromewebstore.google.com/detail/life/gadcpbjfkkldighbjnogbnpjfdgfnldm
Popis The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.
Velikost souboru 1.23 MB
Počet instalací 235
Aktuální Verze 0.5.0
Poslední Aktualizace 2022-11-02
Datum Vydání 2022-11-02
Vývojář https://life.gaditek.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Life",
    "version": "0.5.0",
    "description": "The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.",
    "host_permissions": [
        "https:\/\/life.gaditek.com\/",
        "https:\/\/www.gaditek.com\/"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "images\/icons\/icon-16x16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/icon-16x16.png",
        "32": "images\/icons\/icon-32x32.png",
        "48": "images\/icons\/icon-48x48.png",
        "128": "images\/icons\/icon-128x128.png"
    },
    "manifest_version": 3
}