IBM Aspera Connect

Enables high-speed Aspera transfers.

什麼是IBM Aspera Connect?

IBM Aspera Connect是由IBM Aspera開發的Chrome擴展程式,該擴展的主要功能是“Enables high-speed Aspera transfers.”。

擴展截圖

screenshot

下載IBM Aspera Connect擴展crx文件

下載IBM Aspera Connect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 IBM Aspera Connect IBM Aspera Connect
ID kpoecbkildamnnchnlgoboipnblgikpn
官方網址 https://chromewebstore.google.com/detail/ibm-aspera-connect/kpoecbkildamnnchnlgoboipnblgikpn
簡介 Enables high-speed Aspera transfers.
檔案大小 83.5 KB
安裝次數 920,571
目前版本 5.0.0
更新時間 2022-11-17
上架時間 2020-02-20
評分 1.62/5 共 85 次評分
開發者 IBM Aspera
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.ibm.com/aspera/connect/
說明頁面URL https://test-connect.asperasoft.com/
支援的語言 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"
    }
}