Tresorit for Gmail
Share files and folders securely using Tresorit — without leaving your Gmail inbox.
什么是Tresorit for Gmail?
Tresorit for Gmail是由https://tresorit.com开发的Chrome扩展程序,该扩展的主要功能是“Share files and folders securely using Tresorit — without leaving your Gmail inbox.”。
扩展截图
下载Tresorit for Gmail扩展crx文件
下载Tresorit for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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]. 扩展基本信息
| 名称 | |
| ID | coafedlchdmbopniifkflhjkmjoldmbc |
| 官方URL | https://chromewebstore.google.com/detail/tresorit-for-gmail/coafedlchdmbopniifkflhjkmjoldmbc |
| 简介 | Share files and folders securely using Tresorit — without leaving your Gmail inbox. |
| 文件大小 | 40.88 KB |
| 安装次数 | 4,229 |
| 当前版本 | 2.1.7 |
| 更新时间 | 2022-08-09 |
| 上架时间 | 2021-04-13 |
| 评分 | 5.00/5 共27次评分 |
| 开发者 | https://tresorit.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://tresorit.com |
| 帮助页面URL | https://support.tresorit.com |
| 隐私政策页面URL | https://tresorit.com/legal |
| 支持的语言 | 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"
]
} | |