Uniface Anywhere
Uniface Anywhere browser plug-in.
Was ist Uniface Anywhere?
Uniface Anywhere ist eine Chrome-Erweiterung, die von www.uniface.com entwickelt wurde, und ihr Hauptmerkmal ist "Uniface Anywhere browser plug-in.".
Erweiterungsscreenshots
Uniface Anywhere-Erweiterungs-CRX-Datei herunterladen
Laden Sie Uniface Anywhere-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Uniface Anywhere |
ID | camcjdhmakkedecangafdibaekmfjici |
Offizielle URL | https://chromewebstore.google.com/detail/uniface-anywhere/camcjdhmakkedecangafdibaekmfjici |
Beschreibung | Uniface Anywhere browser plug-in. |
Dateigröße | 21.03 KB |
Installationsanzahl | 14,301 |
Aktuelle Version | 5.0.2.24620 |
Letztes Update | 2019-02-08 |
Veröffentlichungsdatum | 2019-02-08 |
Entwickler | www.uniface.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.uniface.com |
Hilfeseite URL | https://www.uniface.info |
Unterstützte Sprachen | 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" ] } |