Mailvelope
Enhance your email provider with end-to-end encryption. Secure email communication based on the OpenPGP standard.
Τι είναι το Mailvelope;
Το Mailvelope είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.mailvelope.com, και η κύρια λειτουργία του είναι "Enhance your email provider with end-to-end encryption. Secure email communication based on the OpenPGP standard.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mailvelope
Λήψη αρχείων επέκτασης Mailvelope σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Mailvelope adds missing encryption and decryption features to the user interface of common webmail providers. It supports the PGP encryption standard (OpenPGP, GPG) and is compatible with other PGP applications. Encrypt files on your hard drive with Mailvelope and send encrypted email attachments. Mailvelope makes integrating security into your workflow seamless. It comes preconfigured for common webmail providers like: • Gmail™ • GMX™ • Outlook.com™ • WEB.DE™ • Yahoo!™ But we also support other email providers or web applications which can be activated in Mailvelope with a one-click configuration step. For details, visit https://www.mailvelope.com/help Mailvelope is open source and based on OpenPGP.js (https://openpgpjs.org), an OpenPGP library for JavaScript. The OpenPGP standard (based on PGP as originally developed by Phil Zimmermann) uses a combination of strong public key and symmetric encryption to secure electronic communication. Follow us on Twitter: https://twitter.com/mailvelope Get the source code on GitHub: https://github.com/mailvelope/mailvelope Find the latest changelog at: https://github.com/mailvelope/mailvelope/blob/master/Changelog.md
Βασικές Πληροφορίες Επέκτασης
Όνομα | Mailvelope |
ID | kajibbejlbohfaggdiogboambcijhkke |
Επίσημο URL | https://chromewebstore.google.com/detail/mailvelope/kajibbejlbohfaggdiogboambcijhkke |
Περιγραφή | Enhance your email provider with end-to-end encryption. Secure email communication based on the OpenPGP standard. |
Μέγεθος Αρχείου | 2.89 MB |
Αριθμός Εγκαταστάσεων | 207,777 |
Τρέχουσα Έκδοση | 5.1.2 |
Τελευταία Ενημέρωση | 2024-02-15 |
Ημερομηνία Δημοσίευσης | 2020-05-22 |
Αξιολόγηση | 4.43/5 Συνολικά 435 Αξιολογήσεις |
Προγραμματιστής | https://www.mailvelope.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://mailvelope.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://mailvelope.com/help |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.mailvelope.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | id,de,en,fr,tr,da,es,lt,cs,ru,uk,iw,fa,ar,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "5.1.2", "description": "__MSG_ext_description__", "homepage_url": "https:\/\/www.mailvelope.com", "manifest_version": 2, "minimum_chrome_version": "90", "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": { "default_icon": { "16": "img\/Mailvelope\/logo_signet_16.png", "24": "img\/Mailvelope\/logo_signet_24.png", "32": "img\/Mailvelope\/logo_signet_32.png", "48": "img\/Mailvelope\/logo_signet_48.png" }, "default_popup": "components\/action-menu\/actionMenu.html", "default_title": "__MSG_ext_name__" }, "content_security_policy": "script-src 'self'; object-src 'self'; frame-src 'self';", "default_locale": "en", "icons": { "120": "img\/Mailvelope\/logo_signet_120.png", "128": "img\/Mailvelope\/logo_signet_128.png", "152": "img\/Mailvelope\/logo_signet_152.png", "180": "img\/Mailvelope\/logo_signet_180.png", "32": "img\/Mailvelope\/logo_signet_32.png", "48": "img\/Mailvelope\/logo_signet_48.png", "64": "img\/Mailvelope\/logo_signet_64.png", "96": "img\/Mailvelope\/logo_signet_96.png" }, "oauth2": { "client_id": "119074447949-cvf898un7sfnv2ib7r4hvunqd56jm4c4.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/gmail.readonly", "https:\/\/www.googleapis.com\/auth\/gmail.send" ] }, "optional_permissions": [ "nativeMessaging" ], "options_page": "app\/app.html", "permissions": [ "*:\/\/*\/*", "identity", "storage", "tabs", "webNavigation" ], "web_accessible_resources": [ "app\/app.html", "client-API\/mailvelope-client-api.js", "components\/decrypt-message\/decryptMessage.html", "components\/generate-key\/genKey.html", "components\/key-backup\/backupKey.html", "components\/restore-backup\/backupRestore.html", "components\/editor\/editor.html", "components\/encrypted-form\/encryptedForm.html", "res\/fonts\/*.woff2", "img\/edit_add-22.png", "img\/key-24.png", "img\/key-icon-blue96.png", "img\/loading.gif", "img\/mail_locked_96.png", "img\/mail_signed_96.png", "img\/mail_open_96.png", "img\/mail_new.png", "img\/ok48.png", "img\/verify-24.png", "main.css" ] } |