FlashMail: AI Email Assistant

Chrome extension to generate email responses using ChatGPT

FlashMail: AI Email Assistantคืออะไร?

FlashMail: AI Email Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FlashMail และคุณลักษณะหลักของมันคือ "Chrome extension to generate email responses using ChatGPT"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Introducing FlashMail for Google Chrome - the ultimate productivity tool for busy professionals who want to make their email writing more efficient and effective. With this powerful extension, you can generate personalized emails and email replies in just one click. And that's not all - if the generated email doesn't exactly fit your needs, FlashMail also allows you to easily improve it by making it longer, shorter, more complex, or more structured.

Using the latest ChatGPT technology, the extension understands the tone and length you want for your email, making it easy to craft a message that is both professional and tailored to your audience. Plus, with the built-in email summary feature, you can quickly review previous emails and stay organized.

Say goodbye to the tedious task of writing emails and hello to increased productivity with FlashMail for Google Chrome. And the best part? It's completely free! Don't wait any longer to streamline your email communication - download FlashMail now.

_______________________________
HOW TO USE ON GMAIL

How to reply to an email:
1) Go to an email in your email inbox and click on the button reply
2) Click on the FlashMail icon located on the bottom left of the reply box
3) You will see the previous email appear. You can then briefly describe what you want the email to say
4) Click on the generate button to see the generated email
5) To insert the email directly in the reply box, click on the Insert Email button

How to create a new email from scratch:
1) Click on the Compose button in Gmail
2) Click on the FlashMail icon located on the bottom left of the reply box
3) You can then briefly describe what you want the email to say
4) Click on the generate button to see the generated email
5) To insert the email directly in the reply box, click on the Insert Email button                    

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

ชื่อ FlashMail: AI Email Assistant FlashMail: AI Email Assistant
ID lkicjijaaebgeogmhdeaobfoobnkonel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flashmail-ai-email-assist/lkicjijaaebgeogmhdeaobfoobnkonel
คำอธิบาย Chrome extension to generate email responses using ChatGPT
ขนาดไฟล์ 5.32 MB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2023-07-24
วันที่เผยแพร่ 2023-01-19
คะแนน 5.00/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา FlashMail
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.flashmail.app/
URL หน้านโยบายความเป็นส่วนตัว https://www.flashmail.app/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlashMail: AI Email Assistant",
    "description": "Chrome extension to generate email responses using ChatGPT",
    "version": "1.7",
    "icons": {
        "16": "F.png",
        "32": "F.png",
        "48": "F.png",
        "128": "F.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "flashmail-video.gif"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ],
            "use_dynamic_url": false
        }
    ],
    "manifest_version": 3
}