Email Polisher for Gmail
A Chrome extension that polishes the content of Gmail emails using GPT
Email Polisher for Gmail란 무엇입니까?
Email Polisher for Gmail은(는) xavier에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension that polishes the content of Gmail emails using GPT"입니다.
확장 프로그램 스크린샷
Email Polisher for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing the Email Polisher for Gmail Chrome extension - a user-friendly tool that enhances your writing by polishing your grammar, style, and word choice. With just a click of a button, you can improve the quality of your emails, ensuring that your message is clear, concise, and error-free. Our extension integrates seamlessly with Gmail, allowing you to compose your email and then click the "Polish" button to send it through our GPT API for automated grammar correction. Our powerful AI technology instantly analyzes your text, identifying areas where improvements can be made, and provides you with suggestions for edits that you can accept or reject. Whether you're a professional looking to improve your communication skills or someone who just wants to write better emails, the Email Polisher for Gmail Chrome extension is the perfect tool for you. With our easy-to-use interface and powerful AI technology, you can write with confidence, knowing that your writing is of the highest quality. Install the Email Polisher for Gmail Chrome extension today and take your writing to the next level!
확장 프로그램 기본 정보
이름 | Email Polisher for Gmail |
ID | hkniefkaiaakhhgkbibjnphcgpbfnlfe |
공식 URL | https://chromewebstore.google.com/detail/email-polisher-for-gmail/hkniefkaiaakhhgkbibjnphcgpbfnlfe |
설명 | A Chrome extension that polishes the content of Gmail emails using GPT |
파일 크기 | 340 KB |
설치 횟수 | 53 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-03-13 |
출시 날짜 | 2023-03-03 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | xavier |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.emailpolisher.com/ |
도움말 페이지 URL | https://www.emailpolisher.com/about |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Email Polisher for Gmail", "description": "A Chrome extension that polishes the content of Gmail emails using GPT", "version": "1.0.1", "host_permissions": [ "https:\/\/mail.google.com\/*" ], "permissions": [ "scripting", "activeTab", "storage" ], "background": { "service_worker": "background.min.js" }, "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "action": { "default_popup": "pages\/login.html" }, "content_scripts": [ { "matches": [ "https:\/\/google.emailpolisher.com\/auth\/google\/success" ], "js": [ "content.min.js" ] } ] } |