Refactorial

Save time filling automatically your work report.

Hvad er Refactorial?

Refactorial er en Chrome-udvidelse udviklet af Abel Bendaña, og dens hovedfunktion er "Save time filling automatically your work report.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Refactorial-udvidelses-CRX-fil

Download Refactorial-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Refactorial Refactorial
ID enpfbnfeeibcaegponglcecbejcnboap
Officiel URL https://chromewebstore.google.com/detail/refactorial/enpfbnfeeibcaegponglcecbejcnboap
Beskrivelse Save time filling automatically your work report.
Filstørrelse 663 KB
Antal Installationer 4,163
Nuværende Version 2.0
Senest Opdateret 2022-12-07
Udgivelsesdato 2020-01-08
Bedømmelse 4.40/5 Samlet 20 Bedømmelser
Udvikler Abel Bendaña
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}