Simplemail

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

Wat is Simplemail?

Simplemail is een Chrome-extensie ontwikkeld door Simplemail, en de belangrijkste functie is "Unlock the power of AI with SimpleMail to write, read, and respond to emails like a pro.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Simplemail

Download Simplemail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Simplemail Simplemail
ID epaoeoeofbdhoakmlhembafepfjgomme
Officiële URL https://chromewebstore.google.com/detail/simplemail/epaoeoeofbdhoakmlhembafepfjgomme
Beschrijving Unlock the power of AI with SimpleMail to write, read, and respond to emails like a pro.
Bestandsgrootte 5.45 MB
Aantal Installaties 973
Huidige Versie 0.1.6
Laatst Bijgewerkt 2023-08-21
Publicatiedatum 2023-01-25
Beoordeling 4.96/5 Totaal 28 Beoordelingen
Ontwikkelaar Simplemail
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.simplemail.ai/
URL van de Privacybeleid Pagina https://mysecondhome.com.au/simplemail-privacy-statement
Ondersteunde Talen 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"
    }
}