SwissTransfer by Infomaniak

Free and secure sending of large files

什么是SwissTransfer by Infomaniak?

SwissTransfer by Infomaniak是由Infomaniak开发的Chrome扩展程序,该扩展的主要功能是“Free and secure sending of large files”。

扩展截图

screenshot
screenshot
screenshot

下载SwissTransfer by Infomaniak扩展crx文件

下载SwissTransfer by Infomaniak扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SwissTransfer by Infomaniak SwissTransfer by Infomaniak
ID fgnamjpfdanadgjchlokpiclkdgnnkdj
官方URL https://chromewebstore.google.com/detail/swisstransfer-by-infomani/fgnamjpfdanadgjchlokpiclkdgnnkdj
简介 Free and secure sending of large files
文件大小 1.41 MB
安装次数 57,013
当前版本 1.1.7
更新时间 2021-03-19
上架时间 2020-06-18
评分 4.91/5 共45次评分
开发者 Infomaniak
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.swisstransfer.com
帮助页面URL https://www.infomaniak.com/en/support/contact
支持的语言 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"
}