Life
The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.
Vad är Life?
Life är en Chrome-tillägg utvecklad av https://life.gaditek.com, och dess huvudfunktion är "The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.".
Tilläggsskärmbilder
Ladda ner Life-förlängningens CRX-fil
Ladda ner Life-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser. Grundläggande Information om Tillägg
| Namn | |
| ID | gadcpbjfkkldighbjnogbnpjfdgfnldm |
| Officiell webbadress | https://chromewebstore.google.com/detail/life/gadcpbjfkkldighbjnogbnpjfdgfnldm |
| Beskrivning | The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser. |
| Filstorlek | 1.23 MB |
| Antal Installationer | 235 |
| Aktuell Version | 0.5.0 |
| Senast Uppdaterad | 2022-11-02 |
| Publiceringsdatum | 2022-11-02 |
| Utvecklare | https://life.gaditek.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |