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.".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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
} | |