PLANIWEB CONTROL LABORAL
Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegación.
PLANIWEB CONTROL LABORAL là gì?
PLANIWEB CONTROL LABORAL là một tiện ích mở rộng Chrome được phát triển bởi https://planiweb.pe, và tính năng chính của nó là "Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegación.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PLANIWEB CONTROL LABORAL
Tải xuống các tệp mở rộng PLANIWEB CONTROL LABORAL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jgekboologmapgccbcgbhncackpedlaf |
URL Chính Thức | https://chromewebstore.google.com/detail/planiweb-control-laboral/jgekboologmapgccbcgbhncackpedlaf |
Mô tả | Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegación. |
Kích Thước Tệp | 8.99 MB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2020-09-15 |
Ngày Phát Hành | 2020-06-13 |
Nhà Phát Triển | https://planiweb.pe |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://planiweb.pe/planiweb_ia.php |
URL Trang Trợ Giúp | http://planiweb.pe/planiweb_ia.php |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |