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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegación."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PLANIWEB CONTROL LABORAL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}