Life

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

Qu'est-ce que Life ?

Life est une extension Chrome développée par https://life.gaditek.com, et sa fonction principale est "The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Life

Téléchargez les fichiers d'extension Life au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Life Life
ID gadcpbjfkkldighbjnogbnpjfdgfnldm
URL Officiel https://chromewebstore.google.com/detail/life/gadcpbjfkkldighbjnogbnpjfdgfnldm
Description The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.
Taille du Fichier 1.23 MB
Nombre d'Installations 235
Version Actuelle 0.5.0
Dernière Mise à Jour 2022-11-02
Date de Publication 2022-11-02
Développeur https://life.gaditek.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}