OpenText Secure MFT

OpenText Secure MFT

O que é OpenText Secure MFT?

OpenText Secure MFT é uma extensão do Chrome desenvolvida por OpenText Corporation, e sua principal característica é "OpenText Secure MFT".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão OpenText Secure MFT

Baixe arquivos de extensão OpenText Secure MFT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome OpenText Secure MFT OpenText Secure MFT
ID bcockfmcaloimkecfoopbokimjeagpba
URL Oficial https://chromewebstore.google.com/detail/opentext-secure-mft/bcockfmcaloimkecfoopbokimjeagpba
Descrição OpenText Secure MFT
Tamanho do Arquivo 27.16 KB
Contagem de Instalações 14,884
Versão Atual 1.13
Última Atualização 2023-01-10
Data de Publicação 2017-04-05
Classificação 2.80/5 Total de 10 Avaliações
Desenvolvedor OpenText Corporation
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.opentext.com/securemft
Idiomas Suportados 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"
}