Ghostwrite: ChatGPT Email Assistant

A ChatGPT powered AI email writing assistant.

¿Qué es Ghostwrite: ChatGPT Email Assistant?

Ghostwrite: ChatGPT Email Assistant es una extensión de Chrome desarrollada por https://ghostwrite.rip, y su función principal es "A ChatGPT powered AI email writing assistant.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Ghostwrite: ChatGPT Email Assistant

Descarga archivos de extensión Ghostwrite: ChatGPT Email Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Ghostwrite: ChatGPT Email Assistant Ghostwrite: ChatGPT Email Assistant
ID fbjnnjochaopepfjpngghafgnafebkjh
URL Oficial https://chromewebstore.google.com/detail/ghostwrite-chatgpt-email/fbjnnjochaopepfjpngghafgnafebkjh
Descripción A ChatGPT powered AI email writing assistant.
Tamaño del Archivo 83.74 KB
Cantidad de Instalaciones 36,981
Versión Actual 0.0.0.15
Última Actualización 2023-07-27
Fecha de Publicación 2022-08-12
Calificación 4.40/5 Total de 52 Calificaciones
Desarrollador https://ghostwrite.rip
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://ghostwrite.rip
URL de la Página de Ayuda https://www.ghostwrite.rip/support
URL de la Página de Política de Privacidad https://www.ghostwrite.rip/privacy-policy
Idiomas Soportados 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"
}