Refactorial
Save time filling automatically your work report.
Refactorial là gì?
Refactorial là một tiện ích mở rộng Chrome được phát triển bởi Abel Bendaña, và tính năng chính của nó là "Save time filling automatically your work report.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Refactorial
Tải xuống các tệp mở rộng Refactorial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Refactorial |
ID | enpfbnfeeibcaegponglcecbejcnboap |
URL Chính Thức | https://chromewebstore.google.com/detail/refactorial/enpfbnfeeibcaegponglcecbejcnboap |
Mô tả | Save time filling automatically your work report. |
Kích Thước Tệp | 663 KB |
Số Lần Cài Đặt | 4,163 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2022-12-07 |
Ngày Phát Hành | 2020-01-08 |
Đánh Giá | 4.40/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Abel Bendaña |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |