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 |
| 官方網址 | 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"
]
} | |