IBM Aspera Connect

Enables high-speed Aspera transfers.

IBM Aspera Connect क्या है?

IBM Aspera Connect IBM Aspera द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables high-speed Aspera transfers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IBM Aspera Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}