Refactorial
Save time filling automatically your work report.
Τι είναι το Refactorial;
Το Refactorial είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Abel Bendaña, και η κύρια λειτουργία του είναι "Save time filling automatically your work report.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Refactorial
Λήψη αρχείων επέκτασης Refactorial σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Refactorial |
ID | enpfbnfeeibcaegponglcecbejcnboap |
Επίσημο URL | https://chromewebstore.google.com/detail/refactorial/enpfbnfeeibcaegponglcecbejcnboap |
Περιγραφή | Save time filling automatically your work report. |
Μέγεθος Αρχείου | 663 KB |
Αριθμός Εγκαταστάσεων | 4,163 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2022-12-07 |
Ημερομηνία Δημοσίευσης | 2020-01-08 |
Αξιολόγηση | 4.40/5 Συνολικά 20 Αξιολογήσεις |
Προγραμματιστής | Abel Bendaña |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |