IBM Aspera Connect

Enables high-speed Aspera transfers.

Что такое IBM Aspera Connect?

IBM Aspera Connect - это расширение Chrome, разработанное IBM Aspera, и его основная функция - "Enables high-speed Aspera transfers.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения IBM Aspera Connect

Скачайте файлы расширений IBM Aspera Connect в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название IBM Aspera Connect IBM Aspera Connect
ID kpoecbkildamnnchnlgoboipnblgikpn
Официальный URL https://chromewebstore.google.com/detail/ibm-aspera-connect/kpoecbkildamnnchnlgoboipnblgikpn
Описание Enables high-speed Aspera transfers.
Размер файла 83.5 KB
Количество установок 920,571
Текущая Версия 5.0.0
Последнее Обновление 2022-11-17
Дата публикации 2020-02-20
Рейтинг 1.62/5 Всего 85 оценок
Разработчик IBM Aspera
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.ibm.com/aspera/connect/
URL страницы помощи https://test-connect.asperasoft.com/
Поддерживаемые языки 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"
    }
}