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