Refactorial

Save time filling automatically your work report.

Refactorial란 무엇입니까?

Refactorial은(는) Abel Bendaña에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time filling automatically your work report."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Refactorial 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}