Simplemail

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

Simplemail란 무엇입니까?

Simplemail은(는) Simplemail에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unlock the power of AI with SimpleMail to write, read, and respond to emails like a pro."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Simplemail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Simplemail Simplemail
ID epaoeoeofbdhoakmlhembafepfjgomme
공식 URL https://chromewebstore.google.com/detail/simplemail/epaoeoeofbdhoakmlhembafepfjgomme
설명 Unlock the power of AI with SimpleMail to write, read, and respond to emails like a pro.
파일 크기 5.45 MB
설치 횟수 973
현재 버전 0.1.6
최근 업데이트 2023-08-21
출시 날짜 2023-01-25
평점 4.96/5 총 28 개의 평점
개발자 Simplemail
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.simplemail.ai/
개인정보 보호 정책 페이지 URL https://mysecondhome.com.au/simplemail-privacy-statement
지원되는 언어 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"
    }
}