Ghostwrite: ChatGPT Email Assistant

A ChatGPT powered AI email writing assistant.

Ghostwrite: ChatGPT Email Assistant란 무엇입니까?

Ghostwrite: ChatGPT Email Assistant은(는) https://ghostwrite.rip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A ChatGPT powered AI email writing assistant."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ghostwrite: ChatGPT Email Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}