OpenText Secure MFT

OpenText Secure MFT

Wat is OpenText Secure MFT?

OpenText Secure MFT is een Chrome-extensie ontwikkeld door OpenText Corporation, en de belangrijkste functie is "OpenText Secure MFT".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie OpenText Secure MFT

Download OpenText Secure MFT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam OpenText Secure MFT OpenText Secure MFT
ID bcockfmcaloimkecfoopbokimjeagpba
Officiële URL https://chromewebstore.google.com/detail/opentext-secure-mft/bcockfmcaloimkecfoopbokimjeagpba
Beschrijving OpenText Secure MFT
Bestandsgrootte 27.16 KB
Aantal Installaties 14,884
Huidige Versie 1.13
Laatst Bijgewerkt 2023-01-10
Publicatiedatum 2017-04-05
Beoordeling 2.80/5 Totaal 10 Beoordelingen
Ontwikkelaar OpenText Corporation
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.opentext.com/securemft
Ondersteunde Talen 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"
}