Acronis MassTransit Web Extension

Acronis MassTransit Web Extension

What is Acronis MassTransit Web Extension?

Acronis MassTransit Web Extension is a Chrome extension developed by Acronis International GmbH, and its main feature is "Acronis MassTransit Web Extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Acronis MassTransit Web Extension Extension CRX File

Download Acronis MassTransit Web Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Acronis MassTransit Web Extension allows MassTransit web client users to take advantage of the advanced communication protocols of MassTransit - TCP/IP, TCP/IP Secure, and UDT. It also adds the ability to modify the transfer packet and buffer sizes in order to increase transfer speed. In addition, the MassTransit Web Extension allows transferring huge volumes of files. Without this extension, single file transfers are limited to 2 GB in size. Unicode support for the file names is also included.                    

Extension Basic Information

Name Acronis MassTransit Web Extension Acronis MassTransit Web Extension
ID ddbkapigdihgmcldbfaogdhkdalflomc
Official URL https://chromewebstore.google.com/detail/acronis-masstransit-web-e/ddbkapigdihgmcldbfaogdhkdalflomc
Description Acronis MassTransit Web Extension
File Size 5.84 KB
Installation Count 8,104
Current Version 1.3
Last Updated 2022-09-09
Publish Date 2019-10-31
Rating 1.00/5 Total 3 Ratings
Developer Acronis International GmbH
Email [email protected]
Payment Type free
Extension Website https://www.acronis.com/mobility/managed-file-transfer/
Help Page URL https://www.acronis.com/mobilitysupport/
Supported Languages en
manifest.json
{
    "name": "Acronis MassTransit Web Extension",
    "author": "Acronis International GmbH",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Acronis MassTransit Web Extension",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*action=FileTransfer*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmHhyaqics5qld2r4BnQU8yVK1tEMEA7lGZod1A+ensbKjhn58jywCWLOBH0OOAq4\/6OT3qBjmAVCx8z+eTuA3u1BhkPq834BLe46mnwgArGEYTR8nG8eiQN5RcSNlAIn60TtkuNWnBZ5XA90aCOpFKjcxb2ZP7ss6OGkiB0IW41T0rCqJ7k2EwF+N6rOp1A1Xe1L0zI8XZH+oX+bfA89xOYc7VNHox4aY4CBqexJsGoSeZxhiUdb8n59VVTOQ4RwtedYm6S7tTpB\/fE43UVQ3JmE1BrTHozQte5PpoL8uJ\/AgqKiKMF9hM\/r0PmAVmNEEWHfzyuNeZpLFPn4jLX\/5QIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Acronis MassTransit Web Extension",
    "permissions": [
        "nativeMessaging"
    ]
}