OpenText Secure MFT
OpenText Secure MFT
OpenText Secure MFT क्या है?
OpenText Secure MFT OpenText Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OpenText Secure MFT"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OpenText Secure MFT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } |