Ovy.ai | One click AI-generated email replies

The AI Assistant that helps you write better email. In one click.

Ovy.ai | One click AI-generated email repliesคืออะไร?

Ovy.ai | One click AI-generated email replies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Userbot และคุณลักษณะหลักของมันคือ "The AI Assistant that helps you write better email. In one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ovy.ai | One click AI-generated email replies

ดาวน์โหลดไฟล์ส่วนขยาย Ovy.ai | One click AI-generated email replies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ovy is an AI-powered virtual assistant for Gmail that helps you write better emails in just one click!

If you are tired of having a full inbox and answering emails for hours, Ovy is the solution for you: it generates replies to your emails in just one click based on your input, adding also the tone of voice that matches your needs and the type of response that you prefer.

With Ovy you can:

⚡️ Generate realistic replies in one click - Just select if you'd like to send a positive or negative answer, or if you'd like to thank the recipient or schedule a meeting. Ovy will write a complete answer for you.

✍️  Generate context-sensitive replies - Ovy automatically understands your name, who is the recipient and the content of the messages, in order to write complete responses relevant to the context.

🇪🇺  Write a response in every language - Ovy automagically understands the language used in the message and replies using the same language.

📅  Automatically propose meeting times - With the Google Calendar integration Ovy can look at your free slots in your calendar and propose the best meetings times in the email replies. You'll love it.

🚀  Generate a complete and custom email with just one phrase - If you'd like to send a more customized email, let Ovy do the hard work. You have just to write your intention and the tone of the email, and Ovy will write the full email for you. 

We’re constantly working on updates and improvements to make your experience even better. If you have questions or feedback, we would love to hear from you at [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ovy.ai | One click AI-generated email replies Ovy.ai | One click AI-generated email replies
ID obblkklcbnibloicelcfdjcgnipfkanp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ovyai-one-click-ai-genera/obblkklcbnibloicelcfdjcgnipfkanp
คำอธิบาย The AI Assistant that helps you write better email. In one click.
ขนาดไฟล์ 709 KB
จำนวนการติดตั้ง 1,561
เวอร์ชันปัจจุบัน 0.1.10
อัปเดตครั้งล่าสุด 2022-11-23
วันที่เผยแพร่ 2022-02-08
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Userbot
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://ovy.ai
URL หน้านโยบายความเป็นส่วนตัว https://userbot.ai/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ovy.ai | One click AI-generated email replies",
    "version": "0.1.10",
    "description": "The AI Assistant that helps you write better email. In one click.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "app.js"
            ],
            "css": [
                "matter.min.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/api.ovy.ai\/v1\/google\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "matter.min.css",
                "images\/basic.svg",
                "images\/blu-shape.png",
                "images\/fi-br-check.svg",
                "images\/fi-br-cross.svg",
                "images\/fi-br-refresh.svg",
                "images\/btn_google_signin_dark_normal_web.png",
                "images\/blu-shape.png",
                "images\/pro.svg",
                "images\/red-shape.png",
                "images\/svg-wave-11-light.svg",
                "images\/yellow-shape.png",
                "images\/two-months-free.png",
                "images\/building.png",
                "images\/rocket.png",
                "icon-48.png",
                "icon-16.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    }
}