Refactorial
Save time filling automatically your work report.
什麼是Refactorial?
Refactorial是由Abel Bendaña開發的Chrome擴展程式,該擴展的主要功能是“Save time filling automatically your work report.”。
擴展截圖
下載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 |
ID | enpfbnfeeibcaegponglcecbejcnboap |
官方網址 | 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" } } |