Gmail Bot

Ask ChatGPT about your Gmail messages

Gmail Bot란 무엇입니까?

Gmail Bot은(는) Codimite에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ask ChatGPT about your Gmail messages"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Gmail Bot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Once installed, refresh your page and you can find the Gmail Bot icon on top of your inbox emails list and Email Thread. Click the icon from the inbox to open the popup.

You can ask questions about recent emails or the opened thread, extract important information, or summarize long conversations.
E.g:
* What are my updates
* Summarize this conversation
* Summary of the inbox

When composing a new message or replying to a thread you can find the Gmail Bot Generate button right next to Send button. This can compose a suitable message for you to modify as necessary.

Let the Gmail bot AI crunch through your inbox for the most important details and save your time.                    

확장 프로그램 기본 정보

이름 Gmail Bot Gmail Bot
ID ngehchibekapmbbbfjpolmhgppgcedka
공식 URL https://chromewebstore.google.com/detail/gmail-bot/ngehchibekapmbbbfjpolmhgppgcedka
설명 Ask ChatGPT about your Gmail messages
파일 크기 46.36 KB
설치 횟수 157
현재 버전 0.1.10
최근 업데이트 2023-05-15
출시 날짜 2023-02-23
개발자 Codimite
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mail-ai.devcodimite.com/
개인정보 보호 정책 페이지 URL https://www.codimite.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gmail Bot",
    "description": "Ask ChatGPT about your Gmail messages",
    "version": "0.1.10",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "arc.js",
                "inject.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "icons": {
        "64": "bot-64.png",
        "128": "bot-128.png",
        "256": "bot.png"
    }
}