Raply.AI - ChatGPT Email Assistant AI

An AI-powered email assistant that streamlines and enhances your email communication in multiple languages.

Raply.AI - ChatGPT Email Assistant AIคืออะไร?

Raply.AI - ChatGPT Email Assistant AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://raply.ai และคุณลักษณะหลักของมันคือ "An AI-powered email assistant that streamlines and enhances your email communication in multiple languages."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Raply.AI - ChatGPT Email Assistant AI

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

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

                        💌 Raply.ai | AI-assisted writing, replies & summaries.
🌐 Multilingual Support
🎨 Custom Tones & Styles
🔐 Privacy First
🚀 Outlook & Gmail Compatible
#RaplyAI #EmailEnhancement #Multilingual #AI #Productivity

Transform your email experience with Raply.ai, an AI-powered Chrome extension designed to make email communication seamless and efficient for users around the world. With a focus on multilingual support and user-friendly features, Raply.ai helps you effortlessly compose, summarize, and reply to emails in any language.

Key Features:
•	Multilingual Email Composition: Input instructions in any language and receive output in the language you want, empowering diverse communication needs.
•	Compose Emails Effortlessly: Craft well-structured and professional emails quickly with customizable templates, tones, and styles.
•	One-Click Smart Email Replies: Generate context-aware and relevant responses with a single click using options like Interested, Not Interested, or Noted.
•	Email Summarization: Automatically create concise summaries of lengthy emails, helping you quickly understand the main points and take action.
•	Outlook & Gmail Compatibility: Seamlessly integrates with popular email platforms like Outlook and Gmail, with plans to expand support for more email platforms in the future.
•	Privacy First: Your privacy is our top priority. We utilize state-of-the-art encryption methods and strict data access policies to protect your email content and personal information.

Upgrade your email communication with Raply.ai and enjoy the convenience and efficiency of our powerful AI-driven features. Install Raply.ai now and revolutionize the way you write, reply, and summarize emails!                    

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

ชื่อ Raply.AI - ChatGPT Email Assistant AI Raply.AI - ChatGPT Email Assistant AI
ID ofmanmcabclefldfoofnpbmddeadochi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/raplyai-chatgpt-email-ass/ofmanmcabclefldfoofnpbmddeadochi
คำอธิบาย An AI-powered email assistant that streamlines and enhances your email communication in multiple languages.
ขนาดไฟล์ 175 KB
จำนวนการติดตั้ง 1,884
เวอร์ชันปัจจุบัน 1.0.14
อัปเดตครั้งล่าสุด 2023-06-23
วันที่เผยแพร่ 2023-04-26
คะแนน 4.88/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา https://raply.ai
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://raply.ai
URL หน้านโยบายความเป็นส่วนตัว https://raply.ai/privacypolicy
ภาษาที่รองรับ en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.14",
    "description": "__MSG_extDescription__",
    "permissions": [
        "storage",
        "identity"
    ],
    "action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "login.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/*",
                "*:\/\/inbox.google.com\/*",
                "*:\/\/outlook.live.com\/*",
                "*:\/\/outlook.office.com\/*",
                "*:\/\/outlook.office356.com\/*",
                "*:\/\/outlook.com\/*"
            ],
            "css": [
                "css\/common.css",
                "gmail\/gmail-styles.css",
                "gmail\/material-icons.css"
            ],
            "js": [
                "libs\/jquery.js",
                "libs\/gmail.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/*",
                "*:\/\/inbox.google.com\/*",
                "*:\/\/outlook.live.com\/*",
                "*:\/\/outlook.office.com\/*",
                "*:\/\/outlook.office356.com\/*",
                "*:\/\/outlook.com\/*"
            ],
            "js": [
                "contentscript.js",
                "gmail\/compose.js",
                "outlook\/outlookCompose.js",
                "outlook\/reply.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.raply.ai\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html"
            ],
            "extension_ids": [
                "ofmanmcabclefldfoofnpbmddeadochi"
            ]
        },
        {
            "resources": [
                "\/_locales\/*\/messages.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}