Fiscoclic

Fiscoclic

Vad är Fiscoclic?

Fiscoclic är en Chrome-tillägg utvecklad av https://www.fiscoclic.mx, och dess huvudfunktion är "Fiscoclic".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Fiscoclic-förlängningens CRX-fil

Ladda ner Fiscoclic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Fiscoclic Fiscoclic
ID cfnjenedonilbikompildggleanilfjg
Officiell webbadress https://chromewebstore.google.com/detail/fiscoclic/cfnjenedonilbikompildggleanilfjg
Beskrivning Fiscoclic
Filstorlek 777 KB
Antal Installationer 540
Aktuell Version 1.0.3
Senast Uppdaterad 2023-05-06
Publiceringsdatum 2022-12-10
Utvecklare https://www.fiscoclic.mx
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.fiscoclic.mx/nomina/control-de-asistencia.html
Hjälpsida URL https://www.fiscoclic.mx/
URL till Sekretesspolicy Sidan https://www.fiscoclic.mx/nomina/registro/avisoprivacidadnomina.pdf
Stödda Språk 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"
    ]
}