OpenText Secure MFT

OpenText Secure MFT

Cos'è OpenText Secure MFT?

OpenText Secure MFT è un'estensione di Chrome sviluppata da OpenText Corporation, e la sua funzione principale è "OpenText Secure MFT".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione OpenText Secure MFT

Scarica i file di estensione OpenText Secure MFT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome OpenText Secure MFT OpenText Secure MFT
ID bcockfmcaloimkecfoopbokimjeagpba
URL Ufficiale https://chromewebstore.google.com/detail/opentext-secure-mft/bcockfmcaloimkecfoopbokimjeagpba
Descrizione OpenText Secure MFT
Dimensione del File 27.16 KB
Conteggio Installazioni 14,884
Versione Corrente 1.13
Ultimo Aggiornamento 2023-01-10
Data di Pubblicazione 2017-04-05
Valutazione 2.80/5 Totale 10 Valutazioni
Sviluppatore OpenText Corporation
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.opentext.com/securemft
Lingue Supportate 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"
}