Tresorit for Gmail

Share files and folders securely using Tresorit — without leaving your Gmail inbox.

Cos'è Tresorit for Gmail?

Tresorit for Gmail è un'estensione di Chrome sviluppata da https://tresorit.com, e la sua funzione principale è "Share files and folders securely using Tresorit — without leaving your Gmail inbox.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tresorit for Gmail

Scarica i file di estensione Tresorit for Gmail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Tresorit for Gmail extension lets you conveniently share your files with the outside world without compromising security, using a simple Tresorit link.
- Replace risky email attachments with secure links
- Attach files from your computer to your emails as secure Tresorit links 
- Access Tresorit directly within Gmail to share files and manage existing Tresorit links

Requirements
This extension requires a paid Tresorit subscription. Please visit https://tresorit.com/pricing for more information.

If you need help, contact [email protected].                    

Informazioni di Base sull'Estensione

Nome Tresorit for Gmail Tresorit for Gmail
ID coafedlchdmbopniifkflhjkmjoldmbc
URL Ufficiale https://chromewebstore.google.com/detail/tresorit-for-gmail/coafedlchdmbopniifkflhjkmjoldmbc
Descrizione Share files and folders securely using Tresorit — without leaving your Gmail inbox.
Dimensione del File 40.88 KB
Conteggio Installazioni 4,229
Versione Corrente 2.1.7
Ultimo Aggiornamento 2022-08-09
Data di Pubblicazione 2021-04-13
Valutazione 5.00/5 Totale 27 Valutazioni
Sviluppatore https://tresorit.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tresorit.com
URL della Pagina di Aiuto https://support.tresorit.com
URL della Pagina della Politica sulla Privacy https://tresorit.com/legal
Lingue Supportate 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": "2.1.7",
    "author": "Tresorit",
    "incognito": "split",
    "icons": {
        "128": "icons\/favicon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "dist\/content-script.js"
            ],
            "css": [
                "assets\/style.css",
                "assets\/spinner.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "dist\/background\/background.html"
    },
    "web_accessible_resources": [
        "assets\/*.png",
        "assets\/*.svg"
    ]
}