Uniface Anywhere

Uniface Anywhere browser plug-in.

Uniface Anywhereคืออะไร?

Uniface Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.uniface.com และคุณลักษณะหลักของมันคือ "Uniface Anywhere browser plug-in."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uniface Anywhere

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}