Life
The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.
O que é Life?
Life é uma extensão do Chrome desenvolvida por https://life.gaditek.com, e sua principal característica é "The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Life
Baixe arquivos de extensão Life no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.
Informações Básicas da Extensão
Nome | Life |
ID | gadcpbjfkkldighbjnogbnpjfdgfnldm |
URL Oficial | https://chromewebstore.google.com/detail/life/gadcpbjfkkldighbjnogbnpjfdgfnldm |
Descrição | The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser. |
Tamanho do Arquivo | 1.23 MB |
Contagem de Instalações | 235 |
Versão Atual | 0.5.0 |
Última Atualização | 2022-11-02 |
Data de Publicação | 2022-11-02 |
Desenvolvedor | https://life.gaditek.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |