Refactorial

Save time filling automatically your work report.

Что такое Refactorial?

Refactorial - это расширение Chrome, разработанное Abel Bendaña, и его основная функция - "Save time filling automatically your work report.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл 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 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"
    }
}