AI Email Writer
Quick emails even if you instruct with a different language
AI Email Writer란 무엇입니까?
AI Email Writer은(는) raphaelquinones57에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick emails even if you instruct with a different language"입니다.
확장 프로그램 스크린샷
AI Email Writer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing the AI Email Assistant Chrome Extension - the ultimate tool for busy professionals looking to save time and streamline their email communication. Powered by the latest GPT-3 system, our extension uses artificial intelligence to create emails for you that sound professional and accurate. Simply type in your intended message and let our AI do the rest. Whether you're looking to draft a quick reply to a client or need to send a personalized email to your team, our AI Email Assistant has got you covered. It can even handle more complex tasks, such as crafting emails for event invitations or promotional campaigns. With our extension, you'll be able to focus on more important tasks while still maintaining the high-quality communication that your business demands. Try it out today and see how AI can revolutionize your email game.
확장 프로그램 기본 정보
이름 | AI Email Writer |
ID | cmcpfhbggjacklnnjdjphpbmimjejfbh |
공식 URL | https://chromewebstore.google.com/detail/ai-email-writer/cmcpfhbggjacklnnjdjphpbmimjejfbh |
설명 | Quick emails even if you instruct with a different language |
파일 크기 | 31.15 KB |
설치 횟수 | 3,731 |
현재 버전 | 0.0.0.3 |
최근 업데이트 | 2023-01-25 |
출시 날짜 | 2023-01-08 |
평점 | 3.17/5 총 6 개의 평점 |
개발자 | raphaelquinones57 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AI Email Writer", "description": "Quick emails even if you instruct with a different language", "version": "0.0.0.3", "manifest_version": 3, "icons": { "48": "assets\/48.png", "72": "assets\/72.png", "96": "assets\/96.png", "144": "assets\/144.png" }, "action": { "default_popup": "index.html", "default_title": "AI Email Writer" }, "background": { "service_worker": "scripts\/contextMenuServiceWorker.js" }, "permissions": [ "contextMenus", "activeTab", "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content.js" ] } ] } |