EmoGPT: Secure ChatGPT Email Writer for Gmail

Designed for Gmail and powered directly by your OpenAI (ChatGPT) account, ensuring that your data is kept private and secure 🔒

EmoGPT: Secure ChatGPT Email Writer for Gmail란 무엇입니까?

EmoGPT: Secure ChatGPT Email Writer for Gmail은(는) michaelrokosh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Designed for Gmail and powered directly by your OpenAI (ChatGPT) account, ensuring that your data is kept private and secure 🔒"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

EmoGPT: Secure ChatGPT Email Writer for Gmail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🎉 Exciting news! Our platform now supports the new ChatGPT API.
By using your own OpenAI API key, you'll enjoy the following benefits:

✔️ No more browser security checks. 
🚀 High availability and performance. 
🛡️ Data submitted through the API is no longer used for service improvements (including model training). 
🗓 A default 30-day data retention policy for API users, with options for stricter retention depending on your needs.
💰 OpenAI's pay-as-you-go pricing is now even more affordable at only around $0.0005 per generated email. 

This extension can communicate only with OpenAI (ChatGPT) and Gmail thanks to strict and granular permissions to ensure that your data is not shared or accessed by any other internet resources including EmoGPT.com. Put simply, it functions locally and only saves customization preferences as browser data 🔒

Quickly generate email responses, follow-ups, cold outreach templates, or rewrite emails with a high level of personalization and empathy. EmoGPT is designed exclusively for Gmail to enhance user experience and minimize effort in crafting personalized emails. Best of all, it's completely free for personal use, and always will be 🤗 

Built with ❤️ in Ukraine 🇺🇦                    

확장 프로그램 기본 정보

이름 EmoGPT: Secure ChatGPT Email Writer for Gmail EmoGPT: Secure ChatGPT Email Writer for Gmail
ID nfncaojjnodkoijoniopnodcfgapbphh
공식 URL https://chromewebstore.google.com/detail/emogpt-secure-chatgpt-ema/nfncaojjnodkoijoniopnodcfgapbphh
설명 Designed for Gmail and powered directly by your OpenAI (ChatGPT) account, ensuring that your data is kept private and secure 🔒
파일 크기 128 KB
설치 횟수 702
현재 버전 1.1.1
최근 업데이트 2023-03-13
출시 날짜 2023-02-26
평점 4.00/5 총 4 개의 평점
개발자 michaelrokosh
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://emogpt.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EmoGPT: Secure ChatGPT Email Writer for Gmail",
    "description": "Designed for Gmail and powered directly by your OpenAI (ChatGPT) account, ensuring that your data is kept private and secure \ud83d\udd12",
    "version": "1.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "css": [
                "content-script.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}