Fiscoclic
Fiscoclic
Fiscoclicとは何ですか?
Fiscoclicはhttps://www.fiscoclic.mxによって開発されたChromeの拡張機能で、その主な機能は「Fiscoclic」です。
拡張機能のスクリーンショット
Fiscoclic拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |