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은(는) https://www.type-in.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
| 개인정보 보호 정책 페이지 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
} | |