Uniface Anywhere
Uniface Anywhere browser plug-in.
什么是Uniface Anywhere?
Uniface Anywhere是由www.uniface.com开发的Chrome扩展程序,该扩展的主要功能是“Uniface Anywhere browser plug-in.”。
扩展截图
下载Uniface Anywhere扩展crx文件
下载Uniface Anywhere扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Uniface Anywhere |
ID | camcjdhmakkedecangafdibaekmfjici |
官方URL | https://chromewebstore.google.com/detail/uniface-anywhere/camcjdhmakkedecangafdibaekmfjici |
简介 | Uniface Anywhere browser plug-in. |
文件大小 | 21.03 KB |
安装次数 | 14,301 |
当前版本 | 5.0.2.24620 |
更新时间 | 2019-02-08 |
上架时间 | 2019-02-08 |
开发者 | www.uniface.com |
付费类型 | free |
扩展官网 | http://www.uniface.com |
帮助页面URL | https://www.uniface.info |
支持的语言 | 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" ] } |