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.”。
擴展截圖
下載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 |
ID | gadcpbjfkkldighbjnogbnpjfdgfnldm |
官方網址 | 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 } |