ChatGPT Writer - Write mail, messages with AI

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

ChatGPT Writer - Write mail, messages with AIとは何ですか?

ChatGPT Writer - Write mail, messages with AIはhttps://chatgptwriter.aiによって開発されたChromeの拡張機能で、その主な機能は「Write emails, messages, and more using ChatGPT AI (privacy-frendly). Works on all sites」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

ChatGPT Writer - Write mail, messages with AI拡張機能のCRXファイルをダウンロード

ChatGPT Writer - Write mail, messages with AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ChatGPT Writer - Write mail, messages with AI ChatGPT Writer - Write mail, messages with AI
ID pdnenlnelpdomajfejgapbdpmjkfpjkp
公式URL https://chromewebstore.google.com/detail/chatgpt-writer-write-mail/pdnenlnelpdomajfejgapbdpmjkfpjkp
説明 Write emails, messages, and more using ChatGPT AI (privacy-frendly). Works on all sites
ファイルサイズ 333 KB
インストール数 700,000
現在のバージョン 4.0.7
最終更新日 2024-02-28
公開日 2022-12-20
評価 4.64/5 合計 1214 レビュー
開発者 https://chatgptwriter.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://chatgptwriter.ai
ヘルプページのURL https://github.com/GorvGoyl/ChatGPT-Writer/discussions
プライバシーポリシーページのURL https://chatgptwriter.ai/privacy
対応言語 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": [
        ""
    ]
}