Ghostwrite: ChatGPT Email Assistant

A ChatGPT powered AI email writing assistant.

Ghostwrite: ChatGPT Email Assistantคืออะไร?

Ghostwrite: ChatGPT Email Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ghostwrite.rip และคุณลักษณะหลักของมันคือ "A ChatGPT powered AI email writing assistant."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A ChatGPT AI powered email writing assistant.
"I love writing emails!" - said no one ever.

Works with Outlook, Gmail, and Zendesk!

GhostWrite is an AI that writes your emails utilizing ChatGPT & other AI technologies. Reply, compose, and write emails instantly from just a few words. GhostWrite AI uses artificial intelligence to automate the writing process, so you can spend more time on the things that matter.

ChatGPT is great, but you need AI where you do your work most. Install GhostWrite and get access to powerful AI smart replies, full length compositions, and more!

Do you also want to draft entire emails from a few bullet points?  Tired of writing the same follow up and reply? You can do all of that with just one tool. GhostWrite is a full suite of AI email tools that let you:

📄 Generate full-length emails from short phrases/bullets
✍️ Write professional sounding emails instantly in your tone
✅ Automatically correct your grammar and spelling by writing for you
📝 Save and re-use email templates generated by AI
↩️ Automatically draft a full-length reply in one click
💌 Support for Microsoft Outlook, Gmail, and more!

What are you waiting for? Never write another email again! 
Install GhostWrite today!                    

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

ชื่อ Ghostwrite: ChatGPT Email Assistant Ghostwrite: ChatGPT Email Assistant
ID fbjnnjochaopepfjpngghafgnafebkjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ghostwrite-chatgpt-email/fbjnnjochaopepfjpngghafgnafebkjh
คำอธิบาย A ChatGPT powered AI email writing assistant.
ขนาดไฟล์ 83.74 KB
จำนวนการติดตั้ง 36,981
เวอร์ชันปัจจุบัน 0.0.0.15
อัปเดตครั้งล่าสุด 2023-07-27
วันที่เผยแพร่ 2022-08-12
คะแนน 4.40/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา https://ghostwrite.rip
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://ghostwrite.rip
URL หน้าช่วยเหลือ https://www.ghostwrite.rip/support
URL หน้านโยบายความเป็นส่วนตัว https://www.ghostwrite.rip/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ghostwrite: ChatGPT Email Assistant",
    "short_name": "ghostwrite",
    "version": "0.0.0.15",
    "author": "Lydian AI <[email protected]>",
    "description": "A ChatGPT powered AI email writing assistant.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/outlook.live.com\/*"
            ],
            "js": [
                "dist\/extensionInjector.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/gmailJS.bundle.js",
                "dist\/gwExtension.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/dev.ghostwrite.rip\/*",
        "http:\/\/dev.ghostwrite.rip\/*",
        "https:\/\/app.ghostwrite.rip\/",
        "https:\/\/outlook.live.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/dev.ghostwrite.rip\/*",
            "*:\/\/app.ghostwrite.rip\/*"
        ]
    },
    "permissions": [
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "dist\/background.bundle.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "removeHeader",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "options_page": "options.html"
}