SwissTransfer by Infomaniak

Free and secure sending of large files

SwissTransfer by Infomaniak là gì?

SwissTransfer by Infomaniak là một tiện ích mở rộng Chrome được phát triển bởi Infomaniak, và tính năng chính của nó là "Free and secure sending of large files".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SwissTransfer by Infomaniak

Tải xuống các tệp mở rộng SwissTransfer by Infomaniak dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        SwissTransfer allows you to send up to 50 GB of data at once, free of charge and without registration. It is possible to keep your transfers for up to 30 days.

This application is available for Chrome and Firefox. It allows you to share your files in 1 click and to access the history of your recent transfers.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SwissTransfer by Infomaniak SwissTransfer by Infomaniak
ID fgnamjpfdanadgjchlokpiclkdgnnkdj
URL Chính Thức https://chromewebstore.google.com/detail/swisstransfer-by-infomani/fgnamjpfdanadgjchlokpiclkdgnnkdj
Mô tả Free and secure sending of large files
Kích Thước Tệp 1.41 MB
Số Lần Cài Đặt 57,013
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2021-03-19
Ngày Phát Hành 2020-06-18
Đánh Giá 4.91/5 Tổng số 45 Đánh Giá
Nhà Phát Triển Infomaniak
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.swisstransfer.com
URL Trang Trợ Giúp https://www.infomaniak.com/en/support/contact
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "author": "Infomaniak Network SA",
    "homepage_url": "https:\/\/www.swisstransfer.com",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "__MSG_browserActionTitle__",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "56": "icons\/icon-56.png",
            "64": "icons\/icon-64.png",
            "96": "icons\/icon-96.png",
            "128": "icons\/icon-128.png"
        }
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "permissions": [
        "storage",
        "cookies",
        "https:\/\/www.swisstransfer.com\/api\/*",
        "notifications",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "56": "icons\/icon-56.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "version": "1.1.7"
}