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"입니다.
확장 프로그램 스크린샷
SwissTransfer by Infomaniak 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |