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…
Qu'est-ce que Type-in | ChatGPT email assistant | GPT-3 ?
Type-in | ChatGPT email assistant | GPT-3 est une extension Chrome développée par https://www.type-in.app, et sa fonction principale est "Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Type-in | ChatGPT email assistant | GPT-3
Téléchargez les fichiers d'extension Type-in | ChatGPT email assistant | GPT-3 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Type-in | ChatGPT email assistant | GPT-3 |
ID | ppifghbfjllplimhdmkoldolkoppihnk |
URL Officiel | 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… |
Taille du Fichier | 2.81 MB |
Nombre d'Installations | 333 |
Version Actuelle | 2.0.2 |
Dernière Mise à Jour | 2023-01-30 |
Date de Publication | 2022-11-09 |
Évaluation | 5.00/5 Total 13 Évaluations |
Développeur | https://www.type-in.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.type-in.app |
URL de la Page de Politique de Confidentialité | https://www.type-in.app/privacy |
Langues Prises en Charge | 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 } |