OpenText Secure MFT

OpenText Secure MFT

什麼是OpenText Secure MFT?

OpenText Secure MFT是由OpenText Corporation開發的Chrome擴展程式,該擴展的主要功能是“OpenText Secure MFT”。

擴展截圖

screenshot
screenshot
screenshot

下載OpenText Secure MFT擴展crx文件

下載OpenText Secure MFT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        OpenText Secure MFT extension for Chrome

NOTE: This extension works as a conduit to connect Secure MFT user web dashboard to Secure MFT Transfer Manager, and allow file transfers to be automatically offloaded from the web dashboard to the native client. You must have access to OpenText Secure MFT service in order to make use of this extension.

OpenText Secure MFT is an enterprise-grade managed file transfer solution that delivers uncompromising security to safely exchange large files. Key benefits includes:

- Eliminate risk of breaches
- Increase user adoption of a single, secure transfer solution
- Save time and getting more done
- integrate seamlessly into users' everyday workflow
- Provide proof of transfer when you need it
- Increase user productivity
- Save your IT time and resources
- Offer a centrally managed, single source for file transfer

For more information, please visit: http://www.opentext.com/SecureMFT                    

擴展基本資訊

名稱 OpenText Secure MFT OpenText Secure MFT
ID bcockfmcaloimkecfoopbokimjeagpba
官方網址 https://chromewebstore.google.com/detail/opentext-secure-mft/bcockfmcaloimkecfoopbokimjeagpba
簡介 OpenText Secure MFT
檔案大小 27.16 KB
安裝次數 14,884
目前版本 1.13
更新時間 2023-01-10
上架時間 2017-04-05
評分 2.80/5 共 10 次評分
開發者 OpenText Corporation
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.opentext.com/securemft
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "installed.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "OpenText Secure MFT",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "name": "OpenText Secure MFT",
    "permissions": [
        "scripting",
        "nativeMessaging"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "version": "1.13"
}