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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}