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