Life
The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.
Hvad er Life?
Life er en Chrome-udvidelse udviklet af https://life.gaditek.com, og dens hovedfunktion er "The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.".
Udvidelsesskærmbilleder
Download Life-udvidelses-CRX-fil
Download Life-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gadcpbjfkkldighbjnogbnpjfdgfnldm |
| Officiel URL | https://chromewebstore.google.com/detail/life/gadcpbjfkkldighbjnogbnpjfdgfnldm |
| Beskrivelse | The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser. |
| Filstørrelse | 1.23 MB |
| Antal Installationer | 235 |
| Nuværende Version | 0.5.0 |
| Senest Opdateret | 2022-11-02 |
| Udgivelsesdato | 2022-11-02 |
| Udvikler | https://life.gaditek.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |