Tresorit for Gmail

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

What is Tresorit for Gmail?

Tresorit for Gmail is a Chrome extension developed by https://tresorit.com, and its main feature is "Share files and folders securely using Tresorit — without leaving your Gmail inbox.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Tresorit for Gmail Extension CRX File

Download Tresorit for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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].                    

Extension Basic Information

Name Tresorit for Gmail Tresorit for Gmail
ID coafedlchdmbopniifkflhjkmjoldmbc
Official URL https://chromewebstore.google.com/detail/tresorit-for-gmail/coafedlchdmbopniifkflhjkmjoldmbc
Description Share files and folders securely using Tresorit — without leaving your Gmail inbox.
File Size 40.88 KB
Installation Count 4,229
Current Version 2.1.7
Last Updated 2022-08-09
Publish Date 2021-04-13
Rating 5.00/5 Total 27 Ratings
Developer https://tresorit.com
Email [email protected]
Payment Type free
Extension Website https://tresorit.com
Help Page URL https://support.tresorit.com
Privacy Policy Page URL https://tresorit.com/legal
Supported Languages 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"
    ]
}