Refactorial
Save time filling automatically your work report.
Cos'è Refactorial?
Refactorial è un'estensione di Chrome sviluppata da Abel Bendaña, e la sua funzione principale è "Save time filling automatically your work report.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Refactorial
Scarica i file di estensione Refactorial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Refactorial |
ID | enpfbnfeeibcaegponglcecbejcnboap |
URL Ufficiale | https://chromewebstore.google.com/detail/refactorial/enpfbnfeeibcaegponglcecbejcnboap |
Descrizione | Save time filling automatically your work report. |
Dimensione del File | 663 KB |
Conteggio Installazioni | 4,163 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2022-12-07 |
Data di Pubblicazione | 2020-01-08 |
Valutazione | 4.40/5 Totale 20 Valutazioni |
Sviluppatore | Abel Bendaña |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |