Refactorial
Save time filling automatically your work report.
O que é Refactorial?
Refactorial é uma extensão do Chrome desenvolvida por Abel Bendaña, e sua principal característica é "Save time filling automatically your work report.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Refactorial
Baixe arquivos de extensão Refactorial 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
Refactorial will allow you to easily fill your worked shift. How to use it: Login in your factorial account. Once in your personal dashboard you will find the shifts pending to be filled in Pending Tasks section. Once in the clock-in section the extension will be activated and you will be able to select your work schedule and fill the whole shift.
Informações Básicas da Extensão
Nome | Refactorial |
ID | enpfbnfeeibcaegponglcecbejcnboap |
URL Oficial | https://chromewebstore.google.com/detail/refactorial/enpfbnfeeibcaegponglcecbejcnboap |
Descrição | Save time filling automatically your work report. |
Tamanho do Arquivo | 663 KB |
Contagem de Instalações | 4,163 |
Versão Atual | 2.0 |
Última Atualização | 2022-12-07 |
Data de Publicação | 2020-01-08 |
Classificação | 4.40/5 Total de 20 Avaliações |
Desenvolvedor | Abel Bendaña |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refactorial", "version": "2.0", "description": "Save time filling automatically your work report.", "manifest_version": 3, "action": { "default_title": "Fill report", "default_popup": "index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "declarativeContent", "tabs" ], "host_permissions": [ "https:\/\/api.factorialhr.com\/*", "https:\/\/app.factorialhr.com\/*" ], "icons": { "16": "images\/16ico.png", "32": "images\/32ico.png", "64": "images\/64ico.png", "128": "images\/128ico.png" } } |