Open AI ChatGPT for Email - GMPlus

Display ChatGPT response as a suggestion to complete emails, Powered By OpenAI

什么是Open AI ChatGPT for Email - GMPlus?

Open AI ChatGPT for Email - GMPlus是由https://gmplus.io开发的Chrome扩展程序,该扩展的主要功能是“Display ChatGPT response as a suggestion to complete emails, Powered By OpenAI”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Open AI ChatGPT for Email - GMPlus扩展crx文件

下载Open AI ChatGPT for Email - GMPlus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Introducing GMPlus - Your AI Powered Email Assistant for Email. Harnessing the power of OpenAI's ChatGPT, we bring you a free, privacy-oriented Chrome extension that significantly enhances your email experience.

GMPlus is packed with intuitive features designed to optimize your email writing process:
1. **AI-Powered Responses:** 
GMPlus delivers superior quality responses that outshine all other tools in the market. It's your personal grammar guru, fixing any typos and suggesting more effective phrasing.
2. **Context-Smart Compositions:** 
GMPlus excels at composing emails and messages from given contexts or subjects, enabling you to craft impressive emails from scratch.
3. **Email Completion:** 
Ever stuck on how to conclude your email? GMPlus has your back. With the press of a button, it provides a completion suggestion based on your email's context.
"4. AI-Generated Prompts:
To expedite your email creation process, GMPlus offers AI-generated prompts tailored to various professions. Whether you're in sales, marketing, HR, or any other field, you'll discover a prompt designed to cater to your specific needs."
5. **Custom Template Storage:**
GMPlus allows you to save and store your frequently used prompts. This feature enables you to quickly access and reuse your favorite prompt templates, enhancing your efficiency.
6. **Multilingual Support:** 
GMPlus supports all languages, providing assistance no matter what language you're writing in.
7. **Toggle On or Off:** 
Adapt GMPlus to your workflow. Use it when needed, and turn it off when you don't.

"Here's how you can leverage GMPlus to its fullest potential on email:
1. **Start Writing:** Open Gmail and begin drafting a new email.
2. **Seek Assistance:** Whenever you find yourself needing help, take a glance just below your input box. There, you'll find the GMPlus icon.
3. **Choose Your Prompt:** Select a prompt that resonates with your intended message. Feel free to modify its subject or keywords to better suit your needs.
4. **Generate Your Email:** Upon selecting a prompt, ChatGPT will spring into action, crafting your email meticulously.
5. **Approve the Draft:** Review the AI-generated draft. If it meets your expectations, simply click on it to make it your email draft.

Note: You can opt to either sign in or stay signed out of OpenAI's ChatGPT. We provide the necessary API to use it either way."

Who Can Benefit From GMPlus?
Whether you're a marketing professional crafting persuasive pitches, an HR representative communicating with multiple candidates, or a salesperson constantly reaching out to leads, GMPlus is your perfect ally. It significantly reduces the time spent on composing emails and ensures that your messages are clear, concise, and professional.

At GMPlus, your privacy is our priority. We don't use ads, cookies, or third-party trackers. When composing or replying to an email, only the user prompt and the preceding email's text content (which can be edited to remove sensitive information) are sent to the AI model.

Experience the future of email with GMPlus, your AI-powered assistant for email.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is a chrome extension tool based on chatgpt to assist in writing email content.

A Free browser extension for email that completes emails for you using ChatGPT. Privacy-friendly Chrome extension to generate entire emails and messages using ChatGPT AI. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Here are the advantages of this tool:
✔️ Highest quality responses that outcompete all other tools in the market.
✔️ Works better on email
✔️ All languages are supported
✔️ Completes emails for you by a given context
✔️ Completes the subject of the email
✔️ Fixes any typos you might have
✔️ Accessible button to let ChatGPT complete the email
✔️ Can be turned on or off at any time

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HOW TO USE ON email
1. Open gmail
2. Create new email and start writing it
3. In the left side of your input text, ChatGPT for email icon will appear
4. Click it and a suggestion of Chat GPT to complete your email will show on screen
5. If you chose to accept it, just click on it

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FAQ
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?
This tool respects your privacy and does not use ads, cookies, or third-party trackers.                    

扩展基本信息

名称 Open AI ChatGPT for Email - GMPlus Open AI ChatGPT for Email - GMPlus
ID abekedpmkgndeflcidpkkddapnjnocjp
官方URL https://chromewebstore.google.com/detail/open-ai-chatgpt-for-email/abekedpmkgndeflcidpkkddapnjnocjp
简介 Display ChatGPT response as a suggestion to complete emails, Powered By OpenAI
文件大小 1.28 MB
安装次数 55,311
当前版本 2.0.19
更新时间 2024-01-07
上架时间 2023-02-16
评分 4.21/5 共82次评分
开发者 https://gmplus.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gmplus.io/
隐私政策页面URL https://gmplus.io/gmplus-private-policy
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.0.19",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/",
        "https:\/\/mail.google.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png",
                "logo_128.png",
                "free_bg.png"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "css": [
                "content-script.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ]
}