Life

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

Lifeคืออะไร?

Life เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://life.gaditek.com และคุณลักษณะหลักของมันคือ "The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Life

ดาวน์โหลดไฟล์ส่วนขยาย 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
}