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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}