Type-in | ChatGPT email assistant | GPT-3
Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…
什麼是Type-in | ChatGPT email assistant | GPT-3?
Type-in | ChatGPT email assistant | GPT-3是由https://www.type-in.app開發的Chrome擴展程式,該擴展的主要功能是“Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…”。
擴展截圖
下載Type-in | ChatGPT email assistant | GPT-3擴展crx文件
下載Type-in | ChatGPT email assistant | GPT-3擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT technology.
With Type-in, you can create fully customized emails tailored to your specific needs in a fraction of the time it would take you to write them out manually.
The app also allows you to reply to emails with just a few keywords, saving you time and energy. So if you're looking for a way to quickly and easily generate and respond to emails, Type-in is the perfect choice for you!
For questions and cooperation contact: [email protected] 擴展基本資訊
| 名稱 | |
| ID | ppifghbfjllplimhdmkoldolkoppihnk |
| 官方網址 | https://chromewebstore.google.com/detail/type-in-chatgpt-email-ass/ppifghbfjllplimhdmkoldolkoppihnk |
| 簡介 | Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT… |
| 檔案大小 | 2.81 MB |
| 安裝次數 | 333 |
| 目前版本 | 2.0.2 |
| 更新時間 | 2023-01-30 |
| 上架時間 | 2022-11-09 |
| 評分 | 5.00/5 共 13 次評分 |
| 開發者 | https://www.type-in.app |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.type-in.app |
| 隱私政策頁面URL | https://www.type-in.app/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Type-in | ChatGPT email assistant | GPT-3",
"version": "2.0.2",
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"scripting"
],
"action": {
"default_icon": "logo.png"
},
"host_permissions": [
"https:\/\/mail.google.com\/"
],
"manifest_version": 3
} | |