Tresorit for Gmail

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

Was ist Tresorit for Gmail?

Tresorit for Gmail ist eine Chrome-Erweiterung, die von https://tresorit.com entwickelt wurde, und ihr Hauptmerkmal ist "Share files and folders securely using Tresorit — without leaving your Gmail inbox.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tresorit for Gmail-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tresorit for Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Tresorit for Gmail Tresorit for Gmail
ID coafedlchdmbopniifkflhjkmjoldmbc
Offizielle URL https://chromewebstore.google.com/detail/tresorit-for-gmail/coafedlchdmbopniifkflhjkmjoldmbc
Beschreibung Share files and folders securely using Tresorit — without leaving your Gmail inbox.
Dateigröße 40.88 KB
Installationsanzahl 4,229
Aktuelle Version 2.1.7
Letztes Update 2022-08-09
Veröffentlichungsdatum 2021-04-13
Bewertung 5.00/5 Insgesamt 27 Bewertungen
Entwickler https://tresorit.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tresorit.com
Hilfeseite URL https://support.tresorit.com
URL der Datenschutzrichtlinien-Seite https://tresorit.com/legal
Unterstützte Sprachen 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"
    ]
}