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 |
官方網址 | 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" } } |