Fiscoclic

Fiscoclic

什麼是Fiscoclic?

Fiscoclic是由https://www.fiscoclic.mx開發的Chrome擴展程式,該擴展的主要功能是“Fiscoclic”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Fiscoclic
ID cfnjenedonilbikompildggleanilfjg
官方網址 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"
    ]
}