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
官方URL 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"
    }
}