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]
扩展基本信息
名称 | Type-in | ChatGPT email assistant | GPT-3 |
ID | ppifghbfjllplimhdmkoldolkoppihnk |
官方URL | 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 } |