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