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.」です。
拡張機能のスクリーンショット
PLANIWEB CONTROL LABORAL拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } } |