eAngel Proofreading for Emails

eAngel Proofreading for Emails

eAngel Proofreading for Emails란 무엇입니까?

eAngel Proofreading for Emails은(는) https://eangel.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "eAngel Proofreading for Emails"입니다.

확장 프로그램 스크린샷

screenshot

eAngel Proofreading for Emails 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        eAngel Proofreading for Gmail (Spelling, Grammar, Punctuation)

Write professional emails in every language with the help of Email Angel.

With one simple click your email is sent to one of our email angels, who personally proofread and edit it, and makes sure you sound professional.

Chrome extension provides easy integration with GMail. Just one click away. 

We all know that a professional level of writing cannot simply be achieved with an automated spelling or grammar checker. No matter how advanced automated software has become it still cannot replace the human brain. At Email Angel each email is corrected personally by one of our language experts.

Email Angel is suited to both business and private users. Email Angel supports both Gmail and Google Mail Apps.

Your personal details, your recipients' details and any attachments are never seen by our Email Angels. We only send the text of your emails to our Email Angels to help us ensure your privacy. We are committed to your confidentiality.

This app will absolutely change your life! 

eAngel - Emails Made Easy.

http://www.eangel.me/

Check out our Google Docs extension: https://chrome.google.com/webstore/detail/eangel-human-proofreading/olnlgodohlblbfjicjcokolmnjjnignp


See what others wrote about us:

The Next Web: "It was pretty cool to see the differences and mistakes the service found; they picked up on everything!"

Wikipedia: "In order to use the proofreading service, the user can send his text directly to a designated email address or upload it to the service's website. The text is then dispatched to one of the available proofreaders. Once the text is corrected, it is sent directly to the user's email."

Lifehacker: "Unlike automated proofreading and grammar solutions, here real people read these messages and translate them for you"

TechCityNG: "It was actually unbelievably correct. I also got a mail that tracked my errors. Probably so I don’t make them again. The precision and articulation was astounding. Even more, eAngel integrates by means of a Chrome extension, which adds a second ‘send with eAngel’ option to your Gmail compose window and if there are any errors, it corrects them and sends the message to the recipient, almost immediately."

GenBeta: "eAngel es el servicio que utilizarás si estás harto de los traductores online"

By installing the extension, you agree to eAngel’s Terms and Conditions and Privacy Policy (eangel.me/terms-conditions).                    

확장 프로그램 기본 정보

이름 eAngel Proofreading for Emails eAngel Proofreading for Emails
ID lfhnennfegaileldmoghidoondeealai
공식 URL https://chromewebstore.google.com/detail/eangel-proofreading-for-e/lfhnennfegaileldmoghidoondeealai
설명 eAngel Proofreading for Emails
파일 크기 217 KB
설치 횟수 2,204
현재 버전 4.8.6
최근 업데이트 2022-01-28
출시 날짜 2020-02-07
평점 4.11/5 총 19 개의 평점
개발자 https://eangel.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://eangel.me
개인정보 보호 정책 페이지 URL https://eangel.me/terms-conditions
지원되는 언어 en
manifest.json
{
    "version": "4.8.6",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.js",
                "jquery-ui-1.12.1.js",
                "eangel-chrome-dist.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.google.com https:\/\/*.eangel.me https:\/\/eangel.me 'unsafe-eval'; object-src 'self'",
    "description": "eAngel Proofreading for Emails",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "eAngel Proofreading for Emails",
    "short_name": "eAngel",
    "permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}