Tresorit for Gmail
Share files and folders securely using Tresorit — without leaving your Gmail inbox.
Vad är Tresorit for Gmail?
Tresorit for Gmail är en Chrome-tillägg utvecklad av https://tresorit.com, och dess huvudfunktion är "Share files and folders securely using Tresorit — without leaving your Gmail inbox.".
Tilläggsskärmbilder
Ladda ner Tresorit for Gmail-förlängningens CRX-fil
Ladda ner Tresorit for Gmail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]. Grundläggande Information om Tillägg
| Namn | |
| ID | coafedlchdmbopniifkflhjkmjoldmbc |
| Officiell webbadress | https://chromewebstore.google.com/detail/tresorit-for-gmail/coafedlchdmbopniifkflhjkmjoldmbc |
| Beskrivning | Share files and folders securely using Tresorit — without leaving your Gmail inbox. |
| Filstorlek | 40.88 KB |
| Antal Installationer | 4,229 |
| Aktuell Version | 2.1.7 |
| Senast Uppdaterad | 2022-08-09 |
| Publiceringsdatum | 2021-04-13 |
| Betyg | 5.00/5 Totalt 27 Betyg |
| Utvecklare | https://tresorit.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://tresorit.com |
| Hjälpsida URL | https://support.tresorit.com |
| URL till Sekretesspolicy Sidan | https://tresorit.com/legal |
| Stödda Språk | 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"
]
} | |