IBM Aspera Connect

Enables high-speed Aspera transfers.

Apa itu IBM Aspera Connect?

IBM Aspera Connect adalah ekstensi Chrome yang dikembangkan oleh IBM Aspera, dan fitur utamanya adalah "Enables high-speed Aspera transfers.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IBM Aspera Connect

Unduh file ekstensi IBM Aspera Connect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama IBM Aspera Connect IBM Aspera Connect
ID kpoecbkildamnnchnlgoboipnblgikpn
URL Resmi https://chromewebstore.google.com/detail/ibm-aspera-connect/kpoecbkildamnnchnlgoboipnblgikpn
Deskripsi Enables high-speed Aspera transfers.
Ukuran File 83.5 KB
Jumlah Instalasi 920,571
Versi Saat Ini 5.0.0
Terakhir Diperbarui 2022-11-17
Tanggal Publikasi 2020-02-20
Penilaian 1.62/5 Total 85 Penilaian
Pengembang IBM Aspera
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.ibm.com/aspera/connect/
URL Halaman Bantuan https://test-connect.asperasoft.com/
Bahasa yang Didukung 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"
    }
}