689Cloud SecureMail

Secure, Track, and Take Control of Your E-mail Attachments. Send Large Files Too!

¿Qué es 689Cloud SecureMail?

689Cloud SecureMail es una extensión de Chrome desarrollada por https://www.689cloud.com, y su función principal es "Secure, Track, and Take Control of Your E-mail Attachments. Send Large Files Too!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 689Cloud SecureMail

Descarga archivos de extensión 689Cloud SecureMail en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        SecureMail by 689Cloud allows business users to secure and track their E-mail attachments as well as send files up to 1GB. Free users can send up to 100 files a month, while the Pro version allows up to 200 files and also has advanced DRM protection and tracking for downloaded files. For enterprises that need to manage multiple E-mail accounts, the Enterprise version provides admin control over policies such as protection settings, and what kind of files can be sent.

E-mail attachments are by far the most popular way to share files. Its benefits are ease of use as well as ubiquity. However, when a file is sent by E-mail, there is a risk that confidential or valuable data can be leaked or stolen. Once you click on “Send”, you have no way of revoking access, limiting re-sharing, or tracking who has downloaded your file. 
SecureMail fixes the E-mail attachment security problem.

   •	Files sent with SecureMail are converted into a link that can only be accessed by the recipients specified in the E-mail. Recipients are verified with 2-factor authentication before they can view or download files.

   •	PDF, Word, Excel, and PowerPoint files can be sent as view-only links. Since the files cannot be downloaded, this dramatically reduces the risks of data leaks. The documents can also be watermarked for additional protection.

   •	For downloadable files, SecureMail can encrypt them in a password-protected ZIP file. The password is unique to each recipient and is automatically generated and sent to the recipient so that you do not need to worry about managing passwords.

   •	In the Pro version, downloadable PDF, Word, Excel, and PowerPoint files can be copy-protected using our proprietary digital rights management (DRM) technology. DRM protection prevents files that are downloaded and saved from being copied and re-shared. Access is tracked, and on some platforms, screen- captures and copy/paste are blocked. Files can even be revoked after they have been downloaded.

Track and control the files you send.
   •	Using the SecureMail console, you can track who has viewed or downloaded your files. You can stop access to files at any time, and with the Pro version, you can even revoke files that have been downloaded and saved.
Send videos, archives, and other large files

   •	SecureMail allows you to send files as large as 1GB, making it ideal for videos and other large files.

With SecureMail, you get the convenience and ease of E-mail attachments while increasing security, traceability, and control.                    

Información Básica de la Extensión

Nombre 689Cloud SecureMail 689Cloud SecureMail
ID gmhicblngdcdiplilpaejmkfkinfipmb
URL Oficial https://chromewebstore.google.com/detail/689cloud-securemail/gmhicblngdcdiplilpaejmkfkinfipmb
Descripción Secure, Track, and Take Control of Your E-mail Attachments. Send Large Files Too!
Tamaño del Archivo 3.83 MB
Cantidad de Instalaciones 212
Versión Actual 1.0.5.2
Última Actualización 2022-01-25
Fecha de Publicación 2020-09-11
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador https://www.689cloud.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://689cloud.com/secure-mail.html
URL de la Página de Ayuda https://689cloud.com/sm-faq.html
URL de la Página de Política de Privacidad https://689cloud.com/private-policy.html
Idiomas Soportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "version": "1.0.5.2",
    "icons": {
        "16": "images\/Icon16.png",
        "48": "images\/Icon32.png",
        "128": "images\/Icon80.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/lib\/jquery\/jquery.min.js",
                "js\/lib\/jquery\/jquery.validate.min.js",
                "js\/lib\/jquery\/jquery.modal.min.js",
                "js\/inboxsdk.js",
                "js\/content.js",
                "js\/lib\/fontawesome\/js\/all.min.js",
                "js\/lib\/navigo\/navigo.min.js",
                "js\/lib\/handlebars\/handlebars.js",
                "js\/lib\/noty\/js\/noty.min.js",
                "js\/lib\/i18next\/i18next.min.js",
                "js\/lib\/i18next\/i18nextXHRBackend.min.js",
                "js\/lib\/i18next\/jquery-i18next.min.js",
                "js\/lib\/aesencrypter\/aesencrypter.js",
                "js\/lib\/moment\/moment-with-locales.min.js",
                "js\/lib\/moment\/locales.min.js",
                "js\/lib\/datetimepicker\/js\/daterangepicker.min.js",
                "js\/lib\/objectPrototype.js",
                "js\/app.js"
            ],
            "css": [
                "css\/jquery.modal.min.css",
                "css\/fontawesome\/css\/all.min.css",
                "css\/noty\/css\/noty.css",
                "css\/noty\/themes\/bootstrap-v4.css",
                "css\/datetimepicker\/css\/daterangepicker.css",
                "css\/app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "js\/index.html",
        "locales\/*"
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}