Refactorial
Save time filling automatically your work report.
Qu'est-ce que Refactorial ?
Refactorial est une extension Chrome développée par Abel Bendaña, et sa fonction principale est "Save time filling automatically your work report.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Refactorial
Téléchargez les fichiers d'extension Refactorial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Refactorial |
ID | enpfbnfeeibcaegponglcecbejcnboap |
URL Officiel | https://chromewebstore.google.com/detail/refactorial/enpfbnfeeibcaegponglcecbejcnboap |
Description | Save time filling automatically your work report. |
Taille du Fichier | 663 KB |
Nombre d'Installations | 4,163 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2022-12-07 |
Date de Publication | 2020-01-08 |
Évaluation | 4.40/5 Total 20 Évaluations |
Développeur | Abel Bendaña |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |