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 |
官方網址 | 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" ] } |