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
Eメール [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
}