Refactorial
Save time filling automatically your work report.
Was ist Refactorial?
Refactorial ist eine Chrome-Erweiterung, die von Abel Bendaña entwickelt wurde, und ihr Hauptmerkmal ist "Save time filling automatically your work report.".
Erweiterungsscreenshots
Refactorial-Erweiterungs-CRX-Datei herunterladen
Laden Sie Refactorial-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | enpfbnfeeibcaegponglcecbejcnboap |
| Offizielle URL | https://chromewebstore.google.com/detail/refactorial/enpfbnfeeibcaegponglcecbejcnboap |
| Beschreibung | Save time filling automatically your work report. |
| Dateigröße | 663 KB |
| Installationsanzahl | 4,163 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2022-12-07 |
| Veröffentlichungsdatum | 2020-01-08 |
| Bewertung | 4.40/5 Insgesamt 20 Bewertungen |
| Entwickler | Abel Bendaña |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |