OpenText Secure MFT

OpenText Secure MFT

¿Qué es OpenText Secure MFT?

OpenText Secure MFT es una extensión de Chrome desarrollada por OpenText Corporation, y su función principal es "OpenText Secure MFT".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OpenText Secure MFT

Descarga archivos de extensión OpenText Secure MFT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre OpenText Secure MFT OpenText Secure MFT
ID bcockfmcaloimkecfoopbokimjeagpba
URL Oficial https://chromewebstore.google.com/detail/opentext-secure-mft/bcockfmcaloimkecfoopbokimjeagpba
Descripción OpenText Secure MFT
Tamaño del Archivo 27.16 KB
Cantidad de Instalaciones 14,884
Versión Actual 1.13
Última Actualización 2023-01-10
Fecha de Publicación 2017-04-05
Calificación 2.80/5 Total de 10 Calificaciones
Desarrollador OpenText Corporation
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.opentext.com/securemft
Idiomas Soportados 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"
}