Tresorit Send

Free end-to-end encrypted large file sharing solution up to 5 GB.

Τι είναι το Tresorit Send;

Το Tresorit Send είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tresorit.com, και η κύρια λειτουργία του είναι "Free end-to-end encrypted large file sharing solution up to 5 GB.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tresorit Send

Λήψη αρχείων επέκτασης Tresorit Send σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Replace risky email attachments with Tresorit Send, the ultra-secure large file sharing solution. Upload any files and create a secure link that you can share via any channel.

Security Features:
 • End-to-end encrypted file sharing for unhackable file transfer.
 • Add an extra layer of protection with a password.
 • Get notified when somebody opened the link you shared.
 • Revoke link to remove everybody’s access to the download page.

*** WE ARE CURRENTLY RUNNING IN BETA ***
Please be aware, that Tresorit Send’s chrome extension is currently running in beta. You can encounter some minor bugs or glitches. If you experience them, please contact us at [email protected] with your feedback, instead of leaving a bad review.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tresorit Send Tresorit Send
ID ibeahcfhgmcggdgahfmnhmnjdinbakoo
Επίσημο URL https://chromewebstore.google.com/detail/tresorit-send/ibeahcfhgmcggdgahfmnhmnjdinbakoo
Περιγραφή Free end-to-end encrypted large file sharing solution up to 5 GB.
Μέγεθος Αρχείου 8.93 MB
Αριθμός Εγκαταστάσεων 8,616
Τρέχουσα Έκδοση 1.40.0229.1749
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2020-03-31
Αξιολόγηση 5.00/5 Συνολικά 35 Αξιολογήσεις
Προγραμματιστής https://tresorit.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://send.tresorit.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.tresorit.com/hc/en-us/articles/360007285294-What-is-Tresorit-Send-
URL της Σελίδας Πολιτικής Απορρήτου https://tresorit.com/legal
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.40.0229.1749",
    "author": "Tresorit",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgAmsQvbHzRYdzbAcWokvUiuxOwjMOwp04LF\/XaU4M4Rpvq+zkxb6EOLd\/A66Y65TH6gPY+aT8l9CkW+M0TVhMGeW3e2h+eBHS1NuGYWYQ0IUQEjaRZuPPQNfpEgvkh7lKkQ\/1jQu81IZjRKhXwaD\/SmBjdfLbLDuoUo\/mV6tjsCIcZkP0D\/zr\/aLBkgDekQxu4BH6kSIvdCKAdEa3iKj\/\/\/STcFwPctdPdEXauFnzL2K+xMdhfRsfCSzCoEOJ7nVtXjDHzGuINSMLiGh8EoRVw\/kUjOGi\/9ZFmAXZZWsMDU7k4sTJWKuBwCGEDgCdmfkZXYnEHzo2Of8ObpzIYUUJwIDAQAB",
    "incognito": "split",
    "content_security_policy": "default-src 'none'; script-src 'self' https:\/\/webclient-cdn.azureedge.net; font-src https:\/\/az579219.vo.msecnd.net; connect-src 'self' https:\/\/prodanonymlinks.blob.core.windows.net https:\/\/develanonymlinks.blob.core.windows.net https:\/\/webclient-cdn.azureedge.net https:\/\/northeurope-0.in.applicationinsights.azure.com https:\/\/sendapi.tresorit.com https:\/\/webapi.tresorit.com; img-src 'self' blob: https:\/\/webclient-cdn.azureedge.net\/; style-src 'self' 'unsafe-inline' https:\/\/webclient-cdn.azureedge.net\/; frame-src https:\/\/web.tresorit.com; report-uri https:\/\/webapi.tresorit.com\/v1\/weblogformdata\/cspsendchromeextension; frame-ancestors 'none'; worker-src 'self' blob:; child-src blob:; object-src 'none'; base-uri 'self'; form-action 'none'",
    "icons": {
        "48": "icons\/extension-icon-48.png",
        "128": "icons\/extension-icon-128.png",
        "256": "icons\/extension-icon-256.png",
        "512": "icons\/extension-icon-512.png"
    },
    "browser_action": {
        "default_title": "Tresorit Send",
        "default_icon": {
            "16": "icons\/browser-action-icon-16.png",
            "19": "icons\/browser-action-icon-19.png",
            "24": "icons\/browser-action-icon-24.png",
            "32": "icons\/browser-action-icon-32.png"
        },
        "default_popup": "index-upload.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "cookies",
        "https:\/\/send.tresorit.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/send.tresorit.com\/*"
            ],
            "js": [
                "content-script-send.js"
            ],
            "run_at": "document_end"
        }
    ]
}