Refactorial
Save time filling automatically your work report.
Refactorialคืออะไร?
Refactorial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abel Bendaña และคุณลักษณะหลักของมันคือ "Save time filling automatically your work report."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Refactorial
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |