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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    }
}