replyai.app - AI for emails

AI assisted email replies for gmail

replyai.app - AI for emails란 무엇입니까?

replyai.app - AI for emails은(는) replaihq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI assisted email replies for gmail"입니다.

확장 프로그램 스크린샷

screenshot

replyai.app - AI for emails 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Helps gmail users write email replies extremely fast using AI. 

How it works:
When you compose a reply to an email 4 buttons ("Agree", "Decline", "Specify", "Clear") are added next to the "Send" button that you can use as shown in the screenshot. 
"Clear" only cleans the response, whereas the other 3 are used as inputs to the AI. 
When you click "Agree" we feed the AI with the contents of the email and tell it to write a response that agrees to it.
When you click "Decline" we feed the AI with the contents of the email and tell it to write a response that declines to it.
For "Specify" you need to write a text in the response field of how you want the AI to reply. e.g. "schedule call tomorrow at 17:00", or "decline in a funny way". Then we feed the AI with the contents of the email and how you specified the answer to be and AI writes a response.                    

확장 프로그램 기본 정보

이름 replyai.app - AI for emails replyai.app - AI for emails
ID dbdbfkaihieniemdbonidjemkfhoiioc
공식 URL https://chromewebstore.google.com/detail/replyaiapp-ai-for-emails/dbdbfkaihieniemdbonidjemkfhoiioc
설명 AI assisted email replies for gmail
파일 크기 76.46 MB
설치 횟수 623
현재 버전 0.2
최근 업데이트 2022-12-14
출시 날짜 2022-12-13
개발자 replaihq
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://replyai.app
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/7133f74f-e532-4a92-a431-332ff486816b
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "replyai.app - AI for emails",
    "short_name": "replyaiapp",
    "version": "0.2",
    "author": "replyai.app ",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "AI assisted email replies for gmail",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/extensionInjector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/gmailJsLoader.js",
                "dist\/extension.js",
                "dist\/gmailJsLoader.js.map",
                "dist\/extension.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}