Gmail Bot
Ask ChatGPT about your Gmail messages
Gmail Botとは何ですか?
Gmail BotはCodimiteによって開発されたChromeの拡張機能で、その主な機能は「Ask ChatGPT about your Gmail messages」です。
拡張機能のスクリーンショット
Gmail Bot拡張機能のCRXファイルをダウンロード
Gmail Bot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |