Simplemail

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

What is Simplemail?

Simplemail is a Chrome extension developed by Simplemail, and its main feature is "Unlock the power of AI with SimpleMail to write, read, and respond to emails like a pro.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Simplemail Extension CRX File

Download Simplemail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Simplemail Simplemail
ID epaoeoeofbdhoakmlhembafepfjgomme
Official URL https://chromewebstore.google.com/detail/simplemail/epaoeoeofbdhoakmlhembafepfjgomme
Description Unlock the power of AI with SimpleMail to write, read, and respond to emails like a pro.
File Size 5.45 MB
Installation Count 973
Current Version 0.1.6
Last Updated 2023-08-21
Publish Date 2023-01-25
Rating 4.96/5 Total 28 Ratings
Developer Simplemail
Email [email protected]
Payment Type in_app
Extension Website https://www.simplemail.ai/
Privacy Policy Page URL https://mysecondhome.com.au/simplemail-privacy-statement
Supported Languages 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"
    }
}