OpenText Secure MFT

OpenText Secure MFT

Τι είναι το OpenText Secure MFT;

Το OpenText Secure MFT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OpenText Corporation, και η κύρια λειτουργία του είναι "OpenText Secure MFT".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης OpenText Secure MFT

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
}