PLANIWEB CONTROL LABORAL

Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegación.

什么是PLANIWEB CONTROL LABORAL?

PLANIWEB CONTROL LABORAL是由https://planiweb.pe开发的Chrome扩展程序,该扩展的主要功能是“Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegación.”。

扩展截图

screenshot
screenshot
screenshot

下载PLANIWEB CONTROL LABORAL扩展crx文件

下载PLANIWEB CONTROL LABORAL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Controla el trabajo ejecutado de manera remota por tus colaboradores, utilizando para ello solamente la cámara web del computador y nuestro software de Inteligencia Artificial que reconoce el rostro de la persona y cuantifica el tiempo que esta se encuentra laborando frente a la computadora.
Durante el tiempo en que PLANIWEB está activado, se registran también las páginas web que son visitadas en el navegador Chrome.
Respeta la privacidad del usuario ya que no guarda vídeos y/o fotografías para el reconocimiento facial.                    

扩展基本信息

名称 PLANIWEB CONTROL LABORAL PLANIWEB CONTROL LABORAL
ID jgekboologmapgccbcgbhncackpedlaf
官方URL https://chromewebstore.google.com/detail/planiweb-control-laboral/jgekboologmapgccbcgbhncackpedlaf
简介 Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegación.
文件大小 8.99 MB
安装次数 60
当前版本 1.0.2
更新时间 2020-09-15
上架时间 2020-06-13
开发者 https://planiweb.pe
电子邮箱 [email protected]
付费类型 free
扩展官网 http://planiweb.pe/planiweb_ia.php
帮助页面URL http://planiweb.pe/planiweb_ia.php
支持的语言 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PLANIWEB CONTROL LABORAL",
    "description": "Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegaci\u00f3n.",
    "version": "1.0.2",
    "icons": {
        "128": ".\/images\/planiweb.png"
    },
    "background": {
        "scripts": [
            ".\/js\/nube.js",
            ".\/js\/moment.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/images\/apagado.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "MacCtrl+Shift+P"
            },
            "description": "Ir a PLANIWEB"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "cookies",
        "https:\/\/*.nube.pe\/"
    ],
    "options_ui": {
        "page": ".\/options.html",
        "open_in_tab": false
    }
}