IBM Aspera Connect

Enables high-speed Aspera transfers.

Wat is IBM Aspera Connect?

IBM Aspera Connect is een Chrome-extensie ontwikkeld door IBM Aspera, en de belangrijkste functie is "Enables high-speed Aspera transfers.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IBM Aspera Connect

Download IBM Aspera Connect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IBM Aspera Connect IBM Aspera Connect
ID kpoecbkildamnnchnlgoboipnblgikpn
Officiële URL https://chromewebstore.google.com/detail/ibm-aspera-connect/kpoecbkildamnnchnlgoboipnblgikpn
Beschrijving Enables high-speed Aspera transfers.
Bestandsgrootte 83.5 KB
Aantal Installaties 920,571
Huidige Versie 5.0.0
Laatst Bijgewerkt 2022-11-17
Publicatiedatum 2020-02-20
Beoordeling 1.62/5 Totaal 85 Beoordelingen
Ontwikkelaar IBM Aspera
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.ibm.com/aspera/connect/
Help Pagina-URL https://test-connect.asperasoft.com/
Ondersteunde Talen 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"
    }
}