Life

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

Cos'è Life?

Life è un'estensione di Chrome sviluppata da https://life.gaditek.com, e la sua funzione principale è "The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Life

Scarica i file di estensione Life in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Life Life
ID gadcpbjfkkldighbjnogbnpjfdgfnldm
URL Ufficiale https://chromewebstore.google.com/detail/life/gadcpbjfkkldighbjnogbnpjfdgfnldm
Descrizione The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.
Dimensione del File 1.23 MB
Conteggio Installazioni 235
Versione Corrente 0.5.0
Ultimo Aggiornamento 2022-11-02
Data di Pubblicazione 2022-11-02
Sviluppatore https://life.gaditek.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}