ChatGPT Writer - Write mail, messages with AI

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

Vad är ChatGPT Writer - Write mail, messages with AI?

ChatGPT Writer - Write mail, messages with AI är en Chrome-tillägg utvecklad av https://chatgptwriter.ai, och dess huvudfunktion är "Write emails, messages, and more using ChatGPT AI (privacy-frendly). Works on all sites".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner ChatGPT Writer - Write mail, messages with AI-förlängningens CRX-fil

Ladda ner ChatGPT Writer - Write mail, messages with AI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ChatGPT Writer - Write mail, messages with AI ChatGPT Writer - Write mail, messages with AI
ID pdnenlnelpdomajfejgapbdpmjkfpjkp
Officiell webbadress https://chromewebstore.google.com/detail/chatgpt-writer-write-mail/pdnenlnelpdomajfejgapbdpmjkfpjkp
Beskrivning Write emails, messages, and more using ChatGPT AI (privacy-frendly). Works on all sites
Filstorlek 333 KB
Antal Installationer 700,000
Aktuell Version 4.0.7
Senast Uppdaterad 2024-02-28
Publiceringsdatum 2022-12-20
Betyg 4.64/5 Totalt 1214 Betyg
Utvecklare https://chatgptwriter.ai
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://chatgptwriter.ai
Hjälpsida URL https://github.com/GorvGoyl/ChatGPT-Writer/discussions
URL till Sekretesspolicy Sidan https://chatgptwriter.ai/privacy
Stödda Språk 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": [
        ""
    ]
}