Fiscoclic
Fiscoclic
Fiscoclic란 무엇입니까?
Fiscoclic은(는) https://www.fiscoclic.mx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fiscoclic"입니다.
확장 프로그램 스크린샷
Fiscoclic 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |