ChatGPT for Email - Remail
An AI-powered Chrome extension that helps you write better emails faster.
ChatGPT for Email - Remail란 무엇입니까?
ChatGPT for Email - Remail은(는) https://remail.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An AI-powered Chrome extension that helps you write better emails faster."입니다.
확장 프로그램 스크린샷
ChatGPT for Email - Remail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Remail is a chrome extension for gmail that allows you to easily compose and reply to emails by clicking on a single button that the extension overlays such as "positive", "negative" or even use your own reply as a summary. You can also train Remail to generate emails based on your own sources including FAQ, Knowledge Base,..etc. Download the Extension and sign up on Remail.ai to start writing better emails, faster.
확장 프로그램 기본 정보
이름 | ChatGPT for Email - Remail |
ID | jjplpolfahlhoodebebfjdbpcbopcmlk |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-for-email-remail/jjplpolfahlhoodebebfjdbpcbopcmlk |
설명 | An AI-powered Chrome extension that helps you write better emails faster. |
파일 크기 | 1.39 MB |
설치 횟수 | 10,000 |
현재 버전 | 2.1.3 |
최근 업데이트 | 2023-12-19 |
출시 날짜 | 2022-11-19 |
평점 | 4.79/5 총 38 개의 평점 |
개발자 | https://remail.ai |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://remail.ai |
도움말 페이지 URL | https://remail.ai/terms-of-service |
개인정보 보호 정책 페이지 URL | https://remail.ai/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT for Email - Remail", "short_name": "Remail", "version": "2.1.3", "description": "An AI-powered Chrome extension that helps you write better emails faster.", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/remail.ai\/" ], "icons": { "128": "public\/icon-128.png" }, "content_scripts": [ { "js": [ "assets\/inboxsdk.js-loader.13dcf2ba.js", "assets\/index.tsx-loader.1b879cda.js" ], "matches": [ "https:\/\/mail.google.com\/*" ], "run_at": "document_start", "css": [ "assets\/index.0a243782.css" ] }, { "js": [ "assets\/index.ts-loader.c1bc3050.js" ], "matches": [ "https:\/\/*.remail.ai\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "resources": [ "inboxsdk.js", "pageWorld.js" ], "use_dynamic_url": false }, { "matches": [], "resources": [ "icon-128.png", "fonts\/*.ttf", "icons\/*.svg" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/mail.google.com\/*" ], "resources": [ "assets\/inboxsdk.js.8c5327bc.js", "assets\/constants.8f8267df.js", "assets\/package.7e828b4f.js", "assets\/index.tsx.b43d76b1.js" ], "use_dynamic_url": true }, { "matches": [ "https:\/\/*.remail.ai\/*" ], "resources": [ "assets\/package.7e828b4f.js", "assets\/index.ts.d1b5e081.js" ], "use_dynamic_url": true } ] } |