IBM Aspera Connect

Enables high-speed Aspera transfers.

Cos'è IBM Aspera Connect?

IBM Aspera Connect è un'estensione di Chrome sviluppata da IBM Aspera, e la sua funzione principale è "Enables high-speed Aspera transfers.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IBM Aspera Connect

Scarica i file di estensione IBM Aspera Connect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IBM Aspera Connect IBM Aspera Connect
ID kpoecbkildamnnchnlgoboipnblgikpn
URL Ufficiale https://chromewebstore.google.com/detail/ibm-aspera-connect/kpoecbkildamnnchnlgoboipnblgikpn
Descrizione Enables high-speed Aspera transfers.
Dimensione del File 83.5 KB
Conteggio Installazioni 920,571
Versione Corrente 5.0.0
Ultimo Aggiornamento 2022-11-17
Data di Pubblicazione 2020-02-20
Valutazione 1.62/5 Totale 85 Valutazioni
Sviluppatore IBM Aspera
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ibm.com/aspera/connect/
URL della Pagina di Aiuto https://test-connect.asperasoft.com/
Lingue Supportate 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"
    }
}