Gmail Composer AI
Write emails with ChatGPT on Gmail
Gmail Composer AI란 무엇입니까?
Gmail Composer AI은(는) juanmadurand에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write emails with ChatGPT on Gmail"입니다.
확장 프로그램 스크린샷
Gmail Composer AI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing Gmail Composer AI, the ultimate productivity tool for Gmail users! With this powerful Chrome extension, writing emails has never been easier. Harnessing the incredible capabilities of ChatGPT, Gmail Composer AI takes your email composition experience to a whole new level. Gmail Composer AI empowers you to effortlessly craft well-written and engaging emails in a fraction of the time. Whether you're a busy professional, a student, or anyone who frequently uses Gmail, this extension will revolutionize your email workflow.
확장 프로그램 기본 정보
이름 | |
ID | admmpgllajcpkahmgeaaghkopeoalmbi |
공식 URL | https://chrome.google.com/webstore/detail/gmail-composer-ai/admmpgllajcpkahmgeaaghkopeoalmbi |
설명 | Write emails with ChatGPT on Gmail |
파일 크기 | 151 KB |
설치 횟수 | 137 |
현재 버전 | 1.17.1 |
최근 업데이트 | 2023-06-06 |
출시 날짜 | 2023-06-06 |
개발자 | juanmadurand |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/juanmadurand/gmail-composer-ai |
지원되는 언어 | de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.17.1", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content-script.js" ], "css": [ "content-script.css" ] } ], "web_accessible_resources": [ { "resources": [ "libs.js" ], "matches": [ " |