Refactorial

Save time filling automatically your work report.

Apa itu Refactorial?

Refactorial adalah ekstensi Chrome yang dikembangkan oleh Abel Bendaña, dan fitur utamanya adalah "Save time filling automatically your work report.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Refactorial

Unduh file ekstensi Refactorial dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Refactorial Refactorial
ID enpfbnfeeibcaegponglcecbejcnboap
URL Resmi https://chromewebstore.google.com/detail/refactorial/enpfbnfeeibcaegponglcecbejcnboap
Deskripsi Save time filling automatically your work report.
Ukuran File 663 KB
Jumlah Instalasi 4,163
Versi Saat Ini 2.0
Terakhir Diperbarui 2022-12-07
Tanggal Publikasi 2020-01-08
Penilaian 4.40/5 Total 20 Penilaian
Pengembang Abel Bendaña
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}