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…
What is Type-in | ChatGPT email assistant | GPT-3?
Type-in | ChatGPT email assistant | GPT-3 is a Chrome extension developed by https://www.type-in.app, and its main feature is "Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…".
Extension Screenshots
Download Type-in | ChatGPT email assistant | GPT-3 Extension CRX File
Download Type-in | ChatGPT email assistant | GPT-3 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | Type-in | ChatGPT email assistant | GPT-3 |
ID | ppifghbfjllplimhdmkoldolkoppihnk |
Official URL | https://chromewebstore.google.com/detail/type-in-chatgpt-email-ass/ppifghbfjllplimhdmkoldolkoppihnk |
Description | Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT… |
File Size | 2.81 MB |
Installation Count | 333 |
Current Version | 2.0.2 |
Last Updated | 2023-01-30 |
Publish Date | 2022-11-09 |
Rating | 5.00/5 Total 13 Ratings |
Developer | https://www.type-in.app |
[email protected] | |
Payment Type | free |
Extension Website | https://www.type-in.app |
Privacy Policy Page URL | https://www.type-in.app/privacy |
Supported Languages | 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 } |