Uniface Anywhere
Uniface Anywhere browser plug-in.
¿Qué es Uniface Anywhere?
Uniface Anywhere es una extensión de Chrome desarrollada por www.uniface.com, y su función principal es "Uniface Anywhere browser plug-in.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Uniface Anywhere
Descarga archivos de extensión Uniface Anywhere en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Uniface AnyWhere browser plug-in The Uniface AnyWhere extension for Chrome allows users to connect to Uniface AnyWhere hosts directly through their browser. Uniface AnyWhere is a server-based, thin-client solution that extends the reach of existing Uniface applications to corporate network or the Web, without modifying a single line of code. Uniface AnyWhere makes it easy to create a private cloud that allows authorized employees, business partners, and customers to securely access applications from anywhere, regardless of connection, location, client platform, or operating system. Uniface AnyWhere for Windows is a complete application deployment solution that can be integrated and bundled with any 32-bit or 64-bit Windows application. You must install the Uniface AnyWhere Host software to use this extension. Please visit http://www.uniface.com to request a free Uniface AnyWhere Host trial.
Información Básica de la Extensión
Nombre | Uniface Anywhere |
ID | camcjdhmakkedecangafdibaekmfjici |
URL Oficial | https://chromewebstore.google.com/detail/uniface-anywhere/camcjdhmakkedecangafdibaekmfjici |
Descripción | Uniface Anywhere browser plug-in. |
Tamaño del Archivo | 21.03 KB |
Cantidad de Instalaciones | 14,301 |
Versión Actual | 5.0.2.24620 |
Última Actualización | 2019-02-08 |
Fecha de Publicación | 2019-02-08 |
Desarrollador | www.uniface.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.uniface.com |
URL de la Página de Ayuda | https://www.uniface.info |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Uniface Anywhere", "version": "5.0.2.24620", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Uniface Anywhere browser plug-in.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging" ], "web_accessible_resources": [ "*.png", "*.gif", "main.html", "main.js" ] } |