PLANIWEB CONTROL LABORAL

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

Wat is PLANIWEB CONTROL LABORAL?

PLANIWEB CONTROL LABORAL is een Chrome-extensie ontwikkeld door https://planiweb.pe, en de belangrijkste functie is "Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegación.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PLANIWEB CONTROL LABORAL

Download PLANIWEB CONTROL LABORAL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PLANIWEB CONTROL LABORAL PLANIWEB CONTROL LABORAL
ID jgekboologmapgccbcgbhncackpedlaf
Officiële URL https://chromewebstore.google.com/detail/planiweb-control-laboral/jgekboologmapgccbcgbhncackpedlaf
Beschrijving Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegación.
Bestandsgrootte 8.99 MB
Aantal Installaties 60
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-09-15
Publicatiedatum 2020-06-13
Ontwikkelaar https://planiweb.pe
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://planiweb.pe/planiweb_ia.php
Help Pagina-URL http://planiweb.pe/planiweb_ia.php
Ondersteunde Talen 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
    }
}