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 | 
| Eメール | [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"
    ]
}  |  |