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
} | |