Simplemail

Unlock the power of AI with SimpleMail to write, read, and respond to emails like a pro.

¿Qué es Simplemail?

Simplemail es una extensión de Chrome desarrollada por Simplemail, y su función principal es "Unlock the power of AI with SimpleMail to write, read, and respond to emails like a pro.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Simplemail

Descarga archivos de extensión Simplemail 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

                        Become a pro at writing, reading, and responding to emails with SimpleMail powered by GPT4. With just a click of a button, you can create a polished and professional email draft! Save time by writing fewer emails and focusing on more important tasks. Let the ChatGPT and GPT4 do the writing for you and summarise long emails into key points.

Simplemail offers the following functions:

AI Compose
- All you need to do is write point forms without regard to grammar or upper/lower case
- Artificial intelligence will generate a professional email for you
- No grammatical or spelling errors- You may use the refresh button to create another version if you are not satisfied with the original
- Each email written by the AI is unique

Summarise
- How many long emails do you receive each day? Can you imagine someone reading them and telling you only the most important information?
- With just one click, let the AI summarise the email for you
- Reduces the amount of time, effort, and energy spent reading entire emails
- The summary can be saved as a note, so you do not have to type it
- Simple Mail AI recognizes the most important information

AI Reply Function
- Positive, Negative, or Neutral options are available
- AI drafts an email based on your choice and the email you have received
- If you change your mind, click on a different button to generate a new one
- The AI responds to each of the important points
- Suitable for both personal and professional use

Start your 30-day free trial today!                    

Información Básica de la Extensión

Nombre Simplemail Simplemail
ID epaoeoeofbdhoakmlhembafepfjgomme
URL Oficial https://chromewebstore.google.com/detail/simplemail/epaoeoeofbdhoakmlhembafepfjgomme
Descripción Unlock the power of AI with SimpleMail to write, read, and respond to emails like a pro.
Tamaño del Archivo 5.45 MB
Cantidad de Instalaciones 973
Versión Actual 0.1.6
Última Actualización 2023-08-21
Fecha de Publicación 2023-01-25
Calificación 4.96/5 Total de 28 Calificaciones
Desarrollador Simplemail
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.simplemail.ai/
URL de la Página de Política de Privacidad https://mysecondhome.com.au/simplemail-privacy-statement
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplemail",
    "version": "0.1.6",
    "manifest_version": 3,
    "description": "Unlock the power of AI with SimpleMail to write, read, and respond to emails like a pro.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Simple Email",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "image\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "tutorial.html",
                "tutorial.js",
                "home.js",
                "home.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgX5nXUrYfUFqpB200\/iZcpBC1J\/gSffs2\/dyvoLoMLID\/xM68ya+702ITu\/DujgFud4mZ\/V8p9OP0IJxzu7eY8tXhn3IcvICvHC+ayG2kIeQ6qF8zYYu+JuI6AwvdSatz6RGdhLKKfc6AJ9Z8dY0mvkBl1FgvChJwowqAzwC09OSFGH4VgahNbnrZd22LoRHStTUPgrPQGcmm4lLB2sZlX9CHTUivkO1UGT8cCOcRwc36YHD18ydS6EpgP4V56leyPiFlHhs+xQAvTCYrA+ZZbAt2rjXO4rRnr2gkPcQpWiVnN1BItapqBpdaQnqA\/KQ1CFZsEjIWBvEgaS2kvPboQIDAQAB",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ]
        },
        {
            "js": [
                "jquery.js",
                "outlookscript.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/outlook.live.com\/mail\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "321822792038-tnlsqljo06du2gmvtpcj4fimt5440bnd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}