Tresorit for Gmail
Share files and folders securely using Tresorit — without leaving your Gmail inbox.
Wat is Tresorit for Gmail?
Tresorit for Gmail is een Chrome-extensie ontwikkeld door https://tresorit.com, en de belangrijkste functie is "Share files and folders securely using Tresorit — without leaving your Gmail inbox.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tresorit for Gmail
Download Tresorit for Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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].
Basisinformatie over de Extensie
Naam | Tresorit for Gmail |
ID | coafedlchdmbopniifkflhjkmjoldmbc |
Officiële URL | https://chromewebstore.google.com/detail/tresorit-for-gmail/coafedlchdmbopniifkflhjkmjoldmbc |
Beschrijving | Share files and folders securely using Tresorit — without leaving your Gmail inbox. |
Bestandsgrootte | 40.88 KB |
Aantal Installaties | 4,229 |
Huidige Versie | 2.1.7 |
Laatst Bijgewerkt | 2022-08-09 |
Publicatiedatum | 2021-04-13 |
Beoordeling | 5.00/5 Totaal 27 Beoordelingen |
Ontwikkelaar | https://tresorit.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://tresorit.com |
Help Pagina-URL | https://support.tresorit.com |
URL van de Privacybeleid Pagina | https://tresorit.com/legal |
Ondersteunde Talen | 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" ] } |