Ellie: Your Professional AI Email Assistant

Ellie uses the context of the email thread to reply to emails in your style. Works natively in Gmail. Powered by OpenAI & ChatGPT.

Ellie: Your Professional AI Email Assistantคืออะไร?

Ellie: Your Professional AI Email Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tryellie.com และคุณลักษณะหลักของมันคือ "Ellie uses the context of the email thread to reply to emails in your style. Works natively in Gmail. Powered by OpenAI & ChatGPT."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ellie: Your Professional AI Email Assistant

ดาวน์โหลดไฟล์ส่วนขยาย Ellie: Your Professional AI Email Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Tired of spending endless hours in your inbox? Meet Ellie, your intelligent email sidekick trained to reply to emails in your unique writing style!

⭐ Why Ellie? ⭐

✍️ Personalized Writing Style - 
Ellie isn't just any email assistant; it will learn from your sent emails and craft replies that sound like you, not a robot.

👨‍💼 Custom Roles
You can teach Ellie to handle specific scenarios like a pro. Define custom roles like "Customer Support" or "Sales" and provide tailored instructions. Whether it's outlining your 90-day refund policy, upselling a product, or talking like a pirate, Ellie will know exactly how to reply.

🧑‍🎓 Dynamic Learning
Elevate Ellie's knowledge base by feeding the AI information from websites or files. Ideal for replying to customer support queries or technical questions.

👨‍💻 Platform Agnostic - 
While Ellie works natively with Gmail and Fastmail, you can use it in any email client with a simple click on the extension button.

🚀

Transform the way you manage emails and save precious time. Install Ellie and experience the future of email today!                    

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

ชื่อ Ellie: Your Professional AI Email Assistant Ellie: Your Professional AI Email Assistant
ID mhcnlcilgicfodlpjcacgglchmpoojcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ellie-your-professional-a/mhcnlcilgicfodlpjcacgglchmpoojcp
คำอธิบาย Ellie uses the context of the email thread to reply to emails in your style. Works natively in Gmail. Powered by OpenAI & ChatGPT.
ขนาดไฟล์ 361 KB
จำนวนการติดตั้ง 8,660
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2022-12-18
คะแนน 3.84/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://tryellie.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://tryellie.com
URL หน้าช่วยเหลือ https://tryellie.com/help
URL หน้านโยบายความเป็นส่วนตัว https://ellieai.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ellie: Your Professional AI Email Assistant",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "2.2.0",
    "description": "Ellie uses the context of the email thread to reply to emails in your style. Works natively in Gmail. Powered by OpenAI & ChatGPT.",
    "permissions": [
        "scripting",
        "storage",
        "activeTab"
    ],
    "options_ui": {
        "browser_style": true,
        "page": "src\/options\/index.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.fastmail.com\/mail\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "src\/clients\/common\/index.js"
            ],
            "css": [
                "src\/clients\/common\/common.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/clients\/gmail\/libs\/jquery-3.6.1.min.js",
                "src\/clients\/gmail\/libs\/gmail.js",
                "src\/clients\/gmail\/libs\/postal.js"
            ],
            "css": [
                "src\/clients\/gmail\/styles.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "src\/clients\/gmail\/index.js"
            ],
            "css": [
                "src\/clients\/gmail\/styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/app.fastmail.com\/mail\/*"
            ],
            "js": [
                "src\/clients\/fastmail\/index.js"
            ],
            "css": [
                "src\/clients\/fastmail\/styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    }
}