IBM Aspera Connect

Enables high-speed Aspera transfers.

What is IBM Aspera Connect?

IBM Aspera Connect is a Chrome extension developed by IBM Aspera, and its main feature is "Enables high-speed Aspera transfers.".

Extension Screenshots

screenshot

Download IBM Aspera Connect Extension CRX File

Download IBM Aspera Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IBM Aspera Connect IBM Aspera Connect
ID kpoecbkildamnnchnlgoboipnblgikpn
Official URL https://chromewebstore.google.com/detail/ibm-aspera-connect/kpoecbkildamnnchnlgoboipnblgikpn
Description Enables high-speed Aspera transfers.
File Size 83.5 KB
Installation Count 920,571
Current Version 5.0.0
Last Updated 2022-11-17
Publish Date 2020-02-20
Rating 1.62/5 Total 85 Ratings
Developer IBM Aspera
Email [email protected]
Payment Type free
Extension Website https://www.ibm.com/aspera/connect/
Help Page URL https://test-connect.asperasoft.com/
Supported Languages 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"
    }
}