ChatGPT Writer - Write mail, messages with AI

Write emails, messages, and more using ChatGPT AI (privacy-frendly). Works on all sites

¿Qué es ChatGPT Writer - Write mail, messages with AI?

ChatGPT Writer - Write mail, messages with AI es una extensión de Chrome desarrollada por https://chatgptwriter.ai, y su función principal es "Write emails, messages, and more using ChatGPT AI (privacy-frendly). Works on all sites".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ChatGPT Writer - Write mail, messages with AI

Descarga archivos de extensión ChatGPT Writer - Write mail, messages with AI 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

                        Privacy-friendly Chrome extension to write emails, messages, fix grammar mistakes, rephrase text, change writing tone, summarize text, and much more using ChatGPT AI. Works on all sites. Free to use.

✔️ Highest quality responses that outcompete all other tools in the market.
✔️ Different writing tones
✔️ Works on all sites. Works even better on Gmail.
✔️ All languages are supported.

With ChatGPT Writer, you can write prompts for just about anything, right on any site you're visiting!

Popular Ways Our Users Are Using ChatGPT Writer:

✍️ Write Emails & Messages: Effortlessly craft the perfect message.
🔍 Grammar Fixes: Eliminate typos and grammatical errors with ease.
🔄 Rephrasing: Make your text clearer and more impactful.
💼 Tone Adjustment: Adapt the mood of your correspondence in a snap.
📝 Summarization: Turn lengthy text into concise summaries in seconds.

_________
WEBSITE:
https://chatgptwriter.ai

____________________________________
MULTIPLE WAYS TO LAUNCH CHATGPT WRITER
https://chatgptwriter.ai/#how-to-open

____________
HOW TO USE
https://chatgptwriter.ai/#how-to-use

Demo: https://chatgptwriter.ai/#demo

1) Click on the extension icon
2) A popup window will appear
3) Briefly enter what do you want to write about and hit "Generate Response" button.

________________________
HOW TO USE ON GMAIL
How to generate email reply in Gmail:
1) Go to Gmail, open an email, and reply to it.
2) Click the ChatGPT Writer extension button in the Gmail reply box.
3) Briefly enter what you want to reply to and hit "Generate Reply" button.

____
FAQ
Which all languages does it support?
All popular languages. Just mention the language in the text prompt. For example: "Write an email in German language about internship opportunity."

Which data is shared with the AI model?
When writing a new email, the data sent is the user prompt. When replying to an email, the data sent is the previous email text content (which can be edited to remove sensitive information) and the user prompt.

What is your privacy policy?
Your emails or any other messages are not saved on our servers. Context of email or message is solely used for the purpose of generating the response and nothing else. Furthermore, we value your privacy and refrain from using any third-party cookies, trackers, etc. To ensure the protection of your data, we use industry-standard encryption and security measures.                    

Información Básica de la Extensión

Nombre ChatGPT Writer - Write mail, messages with AI ChatGPT Writer - Write mail, messages with AI
ID pdnenlnelpdomajfejgapbdpmjkfpjkp
URL Oficial https://chromewebstore.google.com/detail/chatgpt-writer-write-mail/pdnenlnelpdomajfejgapbdpmjkfpjkp
Descripción Write emails, messages, and more using ChatGPT AI (privacy-frendly). Works on all sites
Tamaño del Archivo 333 KB
Cantidad de Instalaciones 700,000
Versión Actual 4.0.7
Última Actualización 2024-02-28
Fecha de Publicación 2022-12-20
Calificación 4.64/5 Total de 1214 Calificaciones
Desarrollador https://chatgptwriter.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://chatgptwriter.ai
URL de la Página de Ayuda https://github.com/GorvGoyl/ChatGPT-Writer/discussions
URL de la Página de Política de Privacidad https://chatgptwriter.ai/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "4.0.7",
    "author": "gorvgoyl",
    "name": "ChatGPT Writer - Write mail, messages with AI",
    "description": "Write emails, messages, and more using ChatGPT AI (privacy-frendly). Works on all sites",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "initContentScriptOnPageLoad.22a0f35d.js"
            ],
            "css": []
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.chatgptwriter.ai\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "host_permissions": [
        ""
    ]
}