IBM Aspera Connect

Enables high-speed Aspera transfers.

Co to jest IBM Aspera Connect?

IBM Aspera Connect to rozszerzenie Chrome opracowane przez IBM Aspera, a jego główną funkcją jest „Enables high-speed Aspera transfers.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IBM Aspera Connect

Pobierz pliki rozszerzeń IBM Aspera Connect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa IBM Aspera Connect IBM Aspera Connect
ID kpoecbkildamnnchnlgoboipnblgikpn
Oficjalny URL https://chromewebstore.google.com/detail/ibm-aspera-connect/kpoecbkildamnnchnlgoboipnblgikpn
Opis Enables high-speed Aspera transfers.
Rozmiar pliku 83.5 KB
Liczba instalacji 920,571
Aktualna Wersja 5.0.0
Ostatnia Aktualizacja 2022-11-17
Data Publikacji 2020-02-20
Ocena 1.62/5 Łącznie 85 Oceny
Deweloper IBM Aspera
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.ibm.com/aspera/connect/
Adres URL Strony Pomocy https://test-connect.asperasoft.com/
Obsługiwane Języki 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"
    }
}