IBM Aspera Connect

Enables high-speed Aspera transfers.

IBM Aspera Connect là gì?

IBM Aspera Connect là một tiện ích mở rộng Chrome được phát triển bởi IBM Aspera, và tính năng chính của nó là "Enables high-speed Aspera transfers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IBM Aspera Connect

Tải xuống các tệp mở rộng IBM Aspera Connect 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

                        This extension enables the use of IBM Aspera Connect with Chrome. This extension requires the IBM Aspera Connect application, version 3.9.0 or newer.

The purpose of this extension and the corresponding desktop application is to move large files FAST from your computer to an IBM Aspera server.
You need to have an account on an Aspera server to move files.

FASP is the protocol used to move files much faster than is possible over TCP/IP. The application has to be where the network is.

Privacy statement: This extension is activated only by websites that integrate IBM Aspera to transfer files. This extension does not read or store any personal information.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IBM Aspera Connect IBM Aspera Connect
ID kpoecbkildamnnchnlgoboipnblgikpn
URL Chính Thức https://chromewebstore.google.com/detail/ibm-aspera-connect/kpoecbkildamnnchnlgoboipnblgikpn
Mô tả Enables high-speed Aspera transfers.
Kích Thước Tệp 83.5 KB
Số Lần Cài Đặt 920,571
Phiên Bản Hiện Tại 5.0.0
Cập Nhật Lần Cuối 2022-11-17
Ngày Phát Hành 2020-02-20
Đánh Giá 1.62/5 Tổng số 85 Đánh Giá
Nhà Phát Triển IBM Aspera
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ibm.com/aspera/connect/
URL Trang Trợ Giúp https://test-connect.asperasoft.com/
Ngôn Ngữ Được Hỗ Trợ en,nl,es,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IBM Aspera Connect",
    "version": "5.0.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "ibm",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "asperaweb.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "256": "icon-256.png"
    }
}