IBM Aspera Connect

Enables high-speed Aspera transfers.

Was ist IBM Aspera Connect?

IBM Aspera Connect ist eine Chrome-Erweiterung, die von IBM Aspera entwickelt wurde, und ihr Hauptmerkmal ist "Enables high-speed Aspera transfers.".

Erweiterungsscreenshots

screenshot

IBM Aspera Connect-Erweiterungs-CRX-Datei herunterladen

Laden Sie IBM Aspera Connect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IBM Aspera Connect IBM Aspera Connect
ID kpoecbkildamnnchnlgoboipnblgikpn
Offizielle URL https://chromewebstore.google.com/detail/ibm-aspera-connect/kpoecbkildamnnchnlgoboipnblgikpn
Beschreibung Enables high-speed Aspera transfers.
Dateigröße 83.5 KB
Installationsanzahl 920,571
Aktuelle Version 5.0.0
Letztes Update 2022-11-17
Veröffentlichungsdatum 2020-02-20
Bewertung 1.62/5 Insgesamt 85 Bewertungen
Entwickler IBM Aspera
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.ibm.com/aspera/connect/
Hilfeseite URL https://test-connect.asperasoft.com/
Unterstützte Sprachen 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"
    }
}