Uniface Anywhere

Uniface Anywhere browser plug-in.

Uniface Anywhereとは何ですか?

Uniface Anywhereはwww.uniface.comによって開発されたChromeの拡張機能で、その主な機能は「Uniface Anywhere browser plug-in.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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"
    ]
}