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ファイルをダウンロード

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
Eメール [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"
    }
}