OpenText Secure MFT
OpenText Secure MFT
OpenText Secure MFT là gì?
OpenText Secure MFT là một tiện ích mở rộng Chrome được phát triển bởi OpenText Corporation, và tính năng chính của nó là "OpenText Secure MFT".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OpenText Secure MFT
Tải xuống các tệp mở rộng OpenText Secure MFT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OpenText Secure MFT |
ID | bcockfmcaloimkecfoopbokimjeagpba |
URL Chính Thức | https://chromewebstore.google.com/detail/opentext-secure-mft/bcockfmcaloimkecfoopbokimjeagpba |
Mô tả | OpenText Secure MFT |
Kích Thước Tệp | 27.16 KB |
Số Lần Cài Đặt | 14,884 |
Phiên Bản Hiện Tại | 1.13 |
Cập Nhật Lần Cuối | 2023-01-10 |
Ngày Phát Hành | 2017-04-05 |
Đánh Giá | 2.80/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | OpenText Corporation |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.opentext.com/securemft |
Ngôn Ngữ Được Hỗ Trợ | 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" } |