Fiscoclic
Fiscoclic
Fiscoclicคืออะไร?
Fiscoclic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fiscoclic.mx และคุณลักษณะหลักของมันคือ "Fiscoclic"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fiscoclic
ดาวน์โหลดไฟล์ส่วนขยาย Fiscoclic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension is the complement of a SaaS B2B time and attendance platform for companies. Our platform allows company employees to check-in and check-out from mobile devices, tablets, windows computers and also from whats app. The extension is an additional channel to allow users who work in chrome for their activities, to quickly access to register their attendance. The extension connects in real time to our server where it sends the check-in and check-out records. In all our channels, the user registers his gps coordinates, the device id and the status of the activity performed. This information is concentrated in the server and allows the company to know in real time the times per activity, absences, delays and overtime.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fiscoclic |
ID | cfnjenedonilbikompildggleanilfjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fiscoclic/cfnjenedonilbikompildggleanilfjg |
คำอธิบาย | Fiscoclic |
ขนาดไฟล์ | 777 KB |
จำนวนการติดตั้ง | 540 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-05-06 |
วันที่เผยแพร่ | 2022-12-10 |
ผู้พัฒนา | https://www.fiscoclic.mx |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.fiscoclic.mx/nomina/control-de-asistencia.html |
URL หน้าช่วยเหลือ | https://www.fiscoclic.mx/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.fiscoclic.mx/nomina/registro/avisoprivacidadnomina.pdf |
ภาษาที่รองรับ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fiscoclic", "version": "1.0.3", "description": "Fiscoclic", "manifest_version": 3, "author": "Poonam Tiwari", "action": { "default_popup": "index.html", "default_title": "login" }, "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "content_security_policy": { "extension_page": "script-src 'self' 'sha256-RUHE02GpZU52P1p10yguBsx\/19FoS\/+uCwlTVO0ZSBg='" }, "permissions": [ "geolocation" ], "host_permissions": [ "https:\/\/www.fiscoclic.mx\/", "https:\/\/localhost\/", "https:\/\/www.google.com\/", "http:\/\/*.google.com\/", "https:\/\/openfpcdn.io\/fingerprintjs\/v3" ] } |