SwissTransfer by Infomaniak

Free and secure sending of large files

SwissTransfer by Infomaniak क्या है?

SwissTransfer by Infomaniak Infomaniak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free and secure sending of large files"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SwissTransfer by Infomaniak एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}