Compozee - ChatGPT Email Writer
Compozee - ChatGPT Powered Email Writer
Compozee - ChatGPT Email Writer란 무엇입니까?
Compozee - ChatGPT Email Writer은(는) https://www.compozee.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compozee - ChatGPT Powered Email Writer"입니다.
확장 프로그램 스크린샷
Compozee - ChatGPT Email Writer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Compozee is the AI assistant powered by Chat GPT that takes your writing to the next level. Why Compozee: ⏱️Unlimited Access - Write as many emails as you need without capacity issues. ✉️Fine-tuned for Emails - Compozee is fine-tuned specifically for email communication. 😇Easy to Use - Write better emails with ease, thanks to our intuitive and user-friendly interface. Benefits: ⌛Save time: No more spending hours agonizing over the perfect email. Compozee's AI takes care of the heavy lifting, leaving you free to focus on what really matters. 💻Boost your confidence: Writing the perfect email can be daunting, especially if you're not a natural wordsmith. Compozee's is designed to help you feel more confident in your writing. ⬆️Improve your results: Whether you're trying to land a new job, win a new client, or simply stay in touch with your contacts, Compozee can help you achieve your goals by ensuring that your emails are clear, concise, and effective. 📜News in popup: Compozee provides a news popup that displays information about the most recent product releases and improvements. This allows users to stay informed about new features and updates without having to leave their current browsing session. Website: www.compozee.com Privacy Policy: https://www.compozee.com/privacy-policy
확장 프로그램 기본 정보
이름 | Compozee - ChatGPT Email Writer |
ID | efdaknaaolieooijnaeohnbcafcogmco |
공식 URL | https://chromewebstore.google.com/detail/compozee-chatgpt-email-wr/efdaknaaolieooijnaeohnbcafcogmco |
설명 | Compozee - ChatGPT Powered Email Writer |
파일 크기 | 5.3 MB |
설치 횟수 | 64 |
현재 버전 | 1.7 |
최근 업데이트 | 2023-03-30 |
출시 날짜 | 2023-03-07 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://www.compozee.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://compozee.com/ |
도움말 페이지 URL | https://compozee.com/support |
개인정보 보호 정책 페이지 URL | https://www.compozee.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Compozee - ChatGPT Email Writer", "version": "1.7", "description": "Compozee - ChatGPT Powered Email Writer", "permissions": [ "storage", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/mail.google.com\/" ], "action": { "default_title": "Compozee", "default_popup": "index.html", "default_enabled": true, "default_icon": { "16": "get_started16.png", "32": "get_started32.png", "48": "get_started48.png", "128": "get_started128.png" } }, "icons": { "16": "get_started16.png", "32": "get_started32.png", "48": "get_started48.png", "128": "get_started128.png" }, "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "gmailcontent.js", "jquery.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "modalview.html", "rewriteModalView.html", "get_started48.png", "welcome.jpg", "website.jpg", "full-logo-without-icon.png" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ] } |