IBM Aspera Connect

Enables high-speed Aspera transfers.

IBM Aspera Connect란 무엇입니까?

IBM Aspera Connect은(는) IBM Aspera에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables high-speed Aspera transfers."입니다.

확장 프로그램 스크린샷

screenshot

IBM Aspera Connect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}