replyai.app - AI for emails

AI assisted email replies for gmail

replyai.app - AI for emails là gì?

replyai.app - AI for emails là một tiện ích mở rộng Chrome được phát triển bởi replaihq, và tính năng chính của nó là "AI assisted email replies for gmail".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng replyai.app - AI for emails

Tải xuống các tệp mở rộng replyai.app - AI for emails dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên replyai.app - AI for emails replyai.app - AI for emails
ID dbdbfkaihieniemdbonidjemkfhoiioc
URL Chính Thức https://chromewebstore.google.com/detail/replyaiapp-ai-for-emails/dbdbfkaihieniemdbonidjemkfhoiioc
Mô tả AI assisted email replies for gmail
Kích Thước Tệp 76.46 MB
Số Lần Cài Đặt 623
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2022-12-14
Ngày Phát Hành 2022-12-13
Nhà Phát Triển replaihq
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://replyai.app
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/7133f74f-e532-4a92-a431-332ff486816b
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}