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…
Co to jest Type-in | ChatGPT email assistant | GPT-3?
Type-in | ChatGPT email assistant | GPT-3 to rozszerzenie Chrome opracowane przez https://www.type-in.app, a jego główną funkcją jest „Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Type-in | ChatGPT email assistant | GPT-3
Pobierz pliki rozszerzeń Type-in | ChatGPT email assistant | GPT-3 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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] Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ppifghbfjllplimhdmkoldolkoppihnk |
| Oficjalny URL | https://chromewebstore.google.com/detail/type-in-chatgpt-email-ass/ppifghbfjllplimhdmkoldolkoppihnk |
| Opis | Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT… |
| Rozmiar pliku | 2.81 MB |
| Liczba instalacji | 333 |
| Aktualna Wersja | 2.0.2 |
| Ostatnia Aktualizacja | 2023-01-30 |
| Data Publikacji | 2022-11-09 |
| Ocena | 5.00/5 Łącznie 13 Oceny |
| Deweloper | https://www.type-in.app |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.type-in.app |
| Adres URL Strony Polityki Prywatności | https://www.type-in.app/privacy |
| Obsługiwane Języki | 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
} | |