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 - это расширение Chrome, разработанное https://www.type-in.app, и его основная функция - "Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…".
Снимки экрана расширения
Скачать файл CRX расширения Type-in | ChatGPT email assistant | GPT-3
Скачайте файлы расширений 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 |
| Официальный 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
} | |