ChatGPT for Gmail by cloudHQ

Automatically write emails using ChatGPT for Gmail

ChatGPT for Gmail by cloudHQ란 무엇입니까?

ChatGPT for Gmail by cloudHQ은(는) https://www.chatgpt-for-gmail.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically write emails using ChatGPT for Gmail"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ChatGPT for Gmail by cloudHQ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🚀 Supercharge Your Email Game with ChatGPT for Gmail! 🚀

Introducing the ultimate Chrome extension for Gmail that revolutionizes the way you write emails! Unleash the power of cutting-edge AI technology to elevate your communication skills and make every email count.

🌟 What's in store for you? 🌟

🔥 AI-Powered Email Composer: Generate entire emails and messages using the groundbreaking OpenAI AI, meticulously crafted to work seamlessly with Gmail.

🎯 Key Functions Tailored for You:
✅ Instant Grammar Guru: Say goodbye to embarrassing typos! ChatGPT intelligently checks and edits your grammar on the fly.
✅ Context-Smart Replies: Create contextually appropriate responses for any email you receive, boosting your efficiency and professionalism.
✅ Effortless Outreach: Generate persuasive and engaging outreach emails from scratch, making connections easier than ever.

🌠 Exclusive Features:
✅ Privacy-First AI: ChatGPT for Gmail respects your privacy, ensuring your data stays safe and secure.
✅ Unparalleled Quality: Experience the finest responses, outshining all other natural language processing AIs in the market.
✅ Gmail-Optimized: Enjoy a seamless integration with Gmail, designed for your convenience.
✅ Multilingual Magic: Break language barriers with support for all languages, empowering global communication.

🎉 Download ChatGPT for Gmail now and experience email mastery like never before! 🎉

~~~How to use it~~~
1. Go to https://chat.openai.com/chat and create an account.
2. Install this extension.
3. Open Gmail and compose a new email.
4. Click on the "ChatGPT for Gmail" icon and enter your ChatGPT prompt to complete your email message. You can also type @chatgpt 
5.  If you are satisfied with the message, simply click on send.

Additional Features:

Text Enhancement: Simply select any text in your email, right-click to access the context menu, and choose options like "Fix Grammar" or "Summarize" for instant improvements.

Smart Reply Assistance: Click on our extension's icon adjacent to the 'Reply' button to access a variety of response prompts. For instance, select "Answer to the Best of Your Knowledge" for AI-assisted responses tailored to the email's content.

Custom Prompts: Personalize your experience by adding your own prompts. To do this, click on our extension icon located in the top-right corner of your browser.


~~~FAQ~~~
Q: What is ChatGPT for Gmail?
A: It's an extension that integrates OpenAI with Gmail to assist in drafting and replying on emails.

Q: What are the requirements to use it?
A: A valid OpenAI account is necessary. Go to https://chat.openai.com/chat and create an account.

Q: What functions does it offer?
A: Creating or replying to emails, correcting grammar and spelling, enhancing or rewriting text, and sending instructions to ChatGPT directly. It also includes prompt library.

Q: How does it help draft emails?
A: Through writing suggestions, automated responses, and grammar and spell checking.

Q: Can I use my own API key with it?
A: Yes, you can use your own OpenAI API key.

Q: Can I use my own fine-tuned model?
A: Yes, you can use your fine-tuned model. Please contact us to help you setup a system to create a fine-tuned model.

Q: How can I create a library of prompts?
A: Yes. You can use Gmail Snippets by cloudHQ extension​ to create shortcuts for prompts. You can also customize context prompts and auto-reply prompts. 

cloudHQ website: https://www.cloudhq.net/
App website: https://www.chatgpt-for-gmail.com/
Pricing: https://www.chatgpt-for-gmail.com/pricing
Support page: https://support.cloudhq.net/category/browser-extensions/chatgpt-for-gmail/
FAQ page: https://support.cloudhq.net/google-chatgpt-faq-frequently-asked-questions/
Blog: https://blog.cloudhq.net                    

확장 프로그램 기본 정보

이름 ChatGPT for Gmail by cloudHQ ChatGPT for Gmail by cloudHQ
ID fcblgiphlneejkokhnaagmjombnfdnog
공식 URL https://chromewebstore.google.com/detail/chatgpt-for-gmail-by-clou/fcblgiphlneejkokhnaagmjombnfdnog
설명 Automatically write emails using ChatGPT for Gmail
파일 크기 691 KB
설치 횟수 30,000
현재 버전 2.0.2.27
최근 업데이트 2024-02-14
출시 날짜 2023-02-20
평점 4.55/5 총 38 개의 평점
개발자 https://www.chatgpt-for-gmail.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.chatgpt-for-gmail.com
도움말 페이지 URL https://support.cloudhq.net/category/browser-extensions/chatgpt-for-gmail/
개인정보 보호 정책 페이지 URL https://www.cloudhq.net/privacy
지원되는 언어 de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "stylesheets\/*",
                "popup.html"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/gmail_smart_reply.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_smart_reply.css"
            ],
            "include_globs": [],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "css": [],
            "include_globs": [],
            "js": [
                "chatgpt.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "css": [],
            "include_globs": [],
            "world": "MAIN",
            "js": [
                "tcr9i.js"
            ],
            "matches": [
                "https:\/\/tcr9i.chat.openai.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "version": "2.0.2.27",
    "description": "__MSG_appDetail__",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "background",
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/*.openai.com\/"
    ],
    "manifest_version": 3
}