Tresorit for Gmail

Share files and folders securely using Tresorit — without leaving your Gmail inbox.

Tresorit for Gmail là gì?

Tresorit for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://tresorit.com, và tính năng chính của nó là "Share files and folders securely using Tresorit — without leaving your Gmail inbox.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tresorit for Gmail

Tải xuống các tệp mở rộng Tresorit for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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].                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tresorit for Gmail Tresorit for Gmail
ID coafedlchdmbopniifkflhjkmjoldmbc
URL Chính Thức https://chromewebstore.google.com/detail/tresorit-for-gmail/coafedlchdmbopniifkflhjkmjoldmbc
Mô tả Share files and folders securely using Tresorit — without leaving your Gmail inbox.
Kích Thước Tệp 40.88 KB
Số Lần Cài Đặt 4,229
Phiên Bản Hiện Tại 2.1.7
Cập Nhật Lần Cuối 2022-08-09
Ngày Phát Hành 2021-04-13
Đánh Giá 5.00/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://tresorit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tresorit.com
URL Trang Trợ Giúp https://support.tresorit.com
URL Trang Chính Sách Bảo Mật https://tresorit.com/legal
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}