ChatGPT Writer - Write mail, messages with AI

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

Was ist ChatGPT Writer - Write mail, messages with AI?

ChatGPT Writer - Write mail, messages with AI ist eine Chrome-Erweiterung, die von https://chatgptwriter.ai entwickelt wurde, und ihr Hauptmerkmal ist "Write emails, messages, and more using ChatGPT AI (privacy-frendly). Works on all sites".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

ChatGPT Writer - Write mail, messages with AI-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatGPT Writer - Write mail, messages with AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ChatGPT Writer - Write mail, messages with AI ChatGPT Writer - Write mail, messages with AI
ID pdnenlnelpdomajfejgapbdpmjkfpjkp
Offizielle URL https://chromewebstore.google.com/detail/chatgpt-writer-write-mail/pdnenlnelpdomajfejgapbdpmjkfpjkp
Beschreibung Write emails, messages, and more using ChatGPT AI (privacy-frendly). Works on all sites
Dateigröße 333 KB
Installationsanzahl 700,000
Aktuelle Version 4.0.7
Letztes Update 2024-02-28
Veröffentlichungsdatum 2022-12-20
Bewertung 4.64/5 Insgesamt 1214 Bewertungen
Entwickler https://chatgptwriter.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://chatgptwriter.ai
Hilfeseite URL https://github.com/GorvGoyl/ChatGPT-Writer/discussions
URL der Datenschutzrichtlinien-Seite https://chatgptwriter.ai/privacy
Unterstützte Sprachen 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": [
        ""
    ]
}