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…
Vad är Type-in | ChatGPT email assistant | GPT-3?
Type-in | ChatGPT email assistant | GPT-3 är en Chrome-tillägg utvecklad av https://www.type-in.app, och dess huvudfunktion är "Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…".
Tilläggsskärmbilder
Ladda ner Type-in | ChatGPT email assistant | GPT-3-förlängningens CRX-fil
Ladda ner Type-in | ChatGPT email assistant | GPT-3-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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] Grundläggande Information om Tillägg
| Namn | |
| ID | ppifghbfjllplimhdmkoldolkoppihnk |
| Officiell webbadress | https://chromewebstore.google.com/detail/type-in-chatgpt-email-ass/ppifghbfjllplimhdmkoldolkoppihnk |
| Beskrivning | Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT… |
| Filstorlek | 2.81 MB |
| Antal Installationer | 333 |
| Aktuell Version | 2.0.2 |
| Senast Uppdaterad | 2023-01-30 |
| Publiceringsdatum | 2022-11-09 |
| Betyg | 5.00/5 Totalt 13 Betyg |
| Utvecklare | https://www.type-in.app |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.type-in.app |
| URL till Sekretesspolicy Sidan | https://www.type-in.app/privacy |
| Stödda Språk | 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
} | |