Refactorial
Save time filling automatically your work report.
Co to jest Refactorial?
Refactorial to rozszerzenie Chrome opracowane przez Abel Bendaña, a jego główną funkcją jest „Save time filling automatically your work report.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Refactorial
Pobierz pliki rozszerzeń Refactorial w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | enpfbnfeeibcaegponglcecbejcnboap | 
| Oficjalny URL | https://chromewebstore.google.com/detail/refactorial/enpfbnfeeibcaegponglcecbejcnboap | 
| Opis | Save time filling automatically your work report. | 
| Rozmiar pliku | 663 KB | 
| Liczba instalacji | 4,163 | 
| Aktualna Wersja | 2.0 | 
| Ostatnia Aktualizacja | 2022-12-07 | 
| Data Publikacji | 2020-01-08 | 
| Ocena | 4.40/5 Łącznie 20 Oceny | 
| Deweloper | Abel Bendaña | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    }
}  |  |