SwissTransfer by Infomaniak
Free and secure sending of large files
ما هو SwissTransfer by Infomaniak؟
SwissTransfer by Infomaniak هو إضافة Chrome تم تطويرها بواسطة Infomaniak، والميزة الرئيسية لها هي "Free and secure sending of large files".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SwissTransfer by Infomaniak
قم بتنزيل ملفات الامتداد SwissTransfer by Infomaniak بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" } |