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…
Wat is Type-in | ChatGPT email assistant | GPT-3?
Type-in | ChatGPT email assistant | GPT-3 is een Chrome-extensie ontwikkeld door https://www.type-in.app, en de belangrijkste functie is "Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…".
Extensie Screenshots
Download het CRX-bestand van de extensie Type-in | ChatGPT email assistant | GPT-3
Download Type-in | ChatGPT email assistant | GPT-3-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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] Basisinformatie over de Extensie
| Naam | |
| ID | ppifghbfjllplimhdmkoldolkoppihnk |
| Officiële URL | https://chromewebstore.google.com/detail/type-in-chatgpt-email-ass/ppifghbfjllplimhdmkoldolkoppihnk |
| Beschrijving | Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT… |
| Bestandsgrootte | 2.81 MB |
| Aantal Installaties | 333 |
| Huidige Versie | 2.0.2 |
| Laatst Bijgewerkt | 2023-01-30 |
| Publicatiedatum | 2022-11-09 |
| Beoordeling | 5.00/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | https://www.type-in.app |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.type-in.app |
| URL van de Privacybeleid Pagina | https://www.type-in.app/privacy |
| Ondersteunde Talen | 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
} | |