Life

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

What is Life?

Life is a Chrome extension developed by https://life.gaditek.com, and its main feature is "The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.".

Extension Screenshots

screenshot

Download Life Extension CRX File

Download Life extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Life Life
ID gadcpbjfkkldighbjnogbnpjfdgfnldm
Official URL 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.
File Size 1.23 MB
Installation Count 235
Current Version 0.5.0
Last Updated 2022-11-02
Publish Date 2022-11-02
Developer https://life.gaditek.com
Email [email protected]
Payment Type free
Supported Languages 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
}