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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة سياسة الخصوصية | 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
} | |