SendSafely Encryption for Chrome and Gmail

Chrome extension that provides end-to-end encryption for Gmail. Encrypt private emails and securely share files up to 10GB.

Τι είναι το SendSafely Encryption for Chrome and Gmail;

Το SendSafely Encryption for Chrome and Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sendsafely.com, και η κύρια λειτουργία του είναι "Chrome extension that provides end-to-end encryption for Gmail. Encrypt private emails and securely share files up to 10GB.".

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

screenshot
screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης SendSafely Encryption for Chrome and Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With the SendSafely Chrome Extension, you can send encrypted files and messages directly from Gmail or using our Chrome pop-out menu.  It's never been easier for Chrome or Google Mail users to use SendSafely.  

SendSafely is an end-to-end encryption platform that eliminates the need for pre-shared encryption keys and passwords. With SendSafely, nobody other than you and the people you send items to can view them...not even us.  

- Built on OpenPGP: OpenPGP is the most widely used email encryption standard in the world. It's been in development and use for years, and proves to be the best encryption available today. 

- Multi Factor Authentication: We offer an extra layer of security to keep your information secure. When users access items sent using SendSafely, they are prompted for a username and password, along with a unique SMS code.

- No Software for Recipients: With SendSafely, the people you share items with don't need to download or install on anything on their computer.  If they have a web browser, they can receive your files.                    

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

Όνομα SendSafely Encryption for Chrome and Gmail SendSafely Encryption for Chrome and Gmail
ID glpichgelkekjnccdflklcclhnoioblm
Επίσημο URL https://chromewebstore.google.com/detail/sendsafely-encryption-for/glpichgelkekjnccdflklcclhnoioblm
Περιγραφή Chrome extension that provides end-to-end encryption for Gmail. Encrypt private emails and securely share files up to 10GB.
Μέγεθος Αρχείου 2.15 MB
Αριθμός Εγκαταστάσεων 35,504
Τρέχουσα Έκδοση 1.9.3
Τελευταία Ενημέρωση 2023-12-19
Ημερομηνία Δημοσίευσης 2020-05-15
Αξιολόγηση 4.83/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://sendsafely.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.sendsafely.com
Διεύθυνση URL της Σελίδας Βοήθειας https://sendsafely.zendesk.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.sendsafely.com/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,pl,fi,sv,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_chrome_extension_name__",
    "version": "1.9.3",
    "manifest_version": 2,
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmmEk7XwbtQ5AulkvErc9WWesWJ+4JmHEAyJw5F\/aaIk52FU8x+ND4GkPTkaMYdrXPSgRHbrt1jWIvRNLrq5ddcUY9JL5heiqEMB9\/mLkhtnJRbzM+LdyWxw2c3jVzb9aCyc1FWxikjdKj+xVRB2U7V9Ry77RsnaI71WZsSganLOSfXjlf2Yn8BeY0PkPVeibhbUPARp+g36WRf8aWi0cGobQ3Bm6p7U8sAL+O6UeFBvttDN\/pNSQVQV2000KVM\/BG8dfpB04iaECyg4X10WXl9m64jK\/8wboHVvCKnTYVtduguv\/8msuf+iQyIXVs6rD8YQqNnrB2fBO9\/O4Aj8u2QIDAQAB",
    "description": "__MSG_manifest_chrome_extension_description__",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/lib\/sjcl.js",
            "js\/lib\/SendSafely.js",
            "js\/lib\/AuthAPI.js",
            "js\/Server.js",
            "js\/ServerStarter.js",
            "js\/i18n.js"
        ]
    },
    "options_page": "html\/sendsafely.html",
    "browser_action": {
        "default_title": "__MSG_manifest_chrome_extension_default_title__",
        "default_icon": {
            "19": "images\/sendsafely_padlock_19.png",
            "38": "images\/sendsafely_padlock_38.png"
        },
        "default_popup": "html\/sendsafely.html?view=popup"
    },
    "icons": {
        "16": "images\/sendsafely_padlock_16.png",
        "48": "images\/sendsafely_padlock_48.png",
        "128": "images\/sendsafely_padlock_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.sendsafely.com\/*",
                "https:\/\/*.sendsafely.co.uk\/*",
                "https:\/\/*.sendsafely.eu\/*",
                "https:\/\/*.sendsafely-au.com\/*",
                "https:\/\/*.sendsafely.com.au\/*"
            ],
            "js": [
                "\/js\/KeycodeLoader.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite",
        "storage",
        "unlimitedStorage",
        "identity"
    ],
    "optional_permissions": [
        "tabs",
        "*:\/\/*\/*",
        "downloads"
    ],
    "oauth2": {
        "client_id": "1038922135064-ircl84vhei47ndqime5snkgca4j924bm.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": "default-src http:\/\/*.sendsafely.com:8080 'self' https:\/\/*.s3-accelerate.amazonaws.com https:\/\/mail.google.com https:\/\/www.googleapis.com chrome-extension:\/\/* https:\/\/*.sendsafely.com https:\/\/*.sendsafely.co.uk https:\/\/*.sendsafely.eu https:\/\/*.sendsafely-au.com https:\/\/*.sendsafely.com.au https:\/\/pmnffbbpjgdhgehnpfllcboddjojnpef.chromiumapp.org https:\/\/glpichgelkekjnccdflklcclhnoioblm.chromiumapp.org; script-src 'self' https:\/\/mail.google.com; object-src 'self' https:\/\/mail.google.com; style-src 'unsafe-inline'; connect-src * data: blob: filesystem:;",
    "web_accessible_resources": [
        "css\/bootstrap.min.css",
        "css\/bootstrap-switch.min.css",
        "css\/bootstrap.css.map",
        "css\/sass_bootstrap.css",
        "css\/font-awesome.min.css",
        "css\/custom.css",
        "css\/flags.css",
        "js\/Gmail.js",
        "js\/GmailContentPage.js",
        "js\/lib\/gmail.js",
        "images\/flags.png",
        "images\/sendsafely_padlock_100.png",
        "images\/sendsafely_padlock_32.png",
        "images\/sendsafely_padlock_16.png",
        "images\/sendsafely_banner.png",
        "css\/jquery-ui.min.css",
        "images\/add_message_32.png",
        "images\/blank.gif",
        "images\/loading.gif",
        "images\/add_recipient_32.png",
        "images\/attach_file_32.png",
        "images\/message_plus_32.png",
        "images\/file_icon_32.png",
        "images\/lock_open_16.png",
        "images\/lock_16.png",
        "images\/user_icon_32.png",
        "images\/flag_default.png",
        "fonts\/glyphicons-halflings-regular.svg",
        "fonts\/fontawesome-webfont.svg",
        "js\/init.js"
    ]
}