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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://planiweb.pe และคุณลักษณะหลักของมันคือ "Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegación."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PLANIWEB CONTROL LABORAL
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 } } |