ChatGPT Writer - Write mail, messages with AI

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

Apa itu ChatGPT Writer - Write mail, messages with AI?

ChatGPT Writer - Write mail, messages with AI adalah ekstensi Chrome yang dikembangkan oleh https://chatgptwriter.ai, dan fitur utamanya adalah "Write emails, messages, and more using ChatGPT AI (privacy-frendly). Works on all sites".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ChatGPT Writer - Write mail, messages with AI

Unduh file ekstensi ChatGPT Writer - Write mail, messages with AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ChatGPT Writer - Write mail, messages with AI ChatGPT Writer - Write mail, messages with AI
ID pdnenlnelpdomajfejgapbdpmjkfpjkp
URL Resmi https://chromewebstore.google.com/detail/chatgpt-writer-write-mail/pdnenlnelpdomajfejgapbdpmjkfpjkp
Deskripsi Write emails, messages, and more using ChatGPT AI (privacy-frendly). Works on all sites
Ukuran File 333 KB
Jumlah Instalasi 700,000
Versi Saat Ini 4.0.7
Terakhir Diperbarui 2024-02-28
Tanggal Publikasi 2022-12-20
Penilaian 4.64/5 Total 1214 Penilaian
Pengembang https://chatgptwriter.ai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://chatgptwriter.ai
URL Halaman Bantuan https://github.com/GorvGoyl/ChatGPT-Writer/discussions
URL Halaman Kebijakan Privasi https://chatgptwriter.ai/privacy
Bahasa yang Didukung 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": [
        ""
    ]
}