Tresorit for Gmail

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

Τι είναι το Tresorit for Gmail;

Το Tresorit for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tresorit.com, και η κύρια λειτουργία του είναι "Share files and folders securely using Tresorit — without leaving your Gmail inbox.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tresorit for Gmail

Λήψη αρχείων επέκτασης 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].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tresorit for Gmail Tresorit for Gmail
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"
    ]
}