Life

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

什么是Life?

Life是由https://life.gaditek.com开发的Chrome扩展程序,该扩展的主要功能是“The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.”。

扩展截图

screenshot

下载Life扩展crx文件

下载Life扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Life Life
ID gadcpbjfkkldighbjnogbnpjfdgfnldm
官方URL https://chromewebstore.google.com/detail/life/gadcpbjfkkldighbjnogbnpjfdgfnldm
简介 The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.
文件大小 1.23 MB
安装次数 235
当前版本 0.5.0
更新时间 2022-11-02
上架时间 2022-11-02
开发者 https://life.gaditek.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}