Compose - Write Emails with AI

Automatically generate quality emails with the push of a button.

Compose - Write Emails with AI란 무엇입니까?

Compose - Write Emails with AI은(는) https://composechrome.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically generate quality emails with the push of a button."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Compose - Write Emails with AI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Wanting to save time on communication? Need to write several emails quickly? The Compose extension can enhance productivity by trivializing the email writing process. Write detailed emails using our extension without worry. One click is all it takes for our AI language model to generate a professional email in seconds.

With a 3-day free trial period, you can test out the Chrome extension before deciding to purchase. You can cancel the trial at any time.

Compose can write emails from scratch and automatically reply to emails. Spend less time thinking about grammar and word choice — let Compose do the heavy lifting!

Current Supported Clients (More coming soon):
 - Gmail
 - Outlook                    

확장 프로그램 기본 정보

이름 Compose - Write Emails with AI Compose - Write Emails with AI
ID cahgblapcippnejnchmbogjfgboajgdb
공식 URL https://chromewebstore.google.com/detail/compose-write-emails-with/cahgblapcippnejnchmbogjfgboajgdb
설명 Automatically generate quality emails with the push of a button.
파일 크기 473 KB
설치 횟수 76
현재 버전 1.0.5
최근 업데이트 2023-08-15
출시 날짜 2023-06-23
개발자 https://composechrome.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://composechrome.com
개인정보 보호 정책 페이지 URL https://composechrome.com/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Compose - Write Emails with AI",
    "description": "Automatically generate quality emails with the push of a button.",
    "version": "1.0.5",
    "icons": {
        "128": "img\/128x128whitebg2.png",
        "48": "img\/48x48whitebg2.png",
        "16": "img\/16x16whitebg2.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "html\/popup.html",
                "html\/button.html",
                "html\/additional_details.html"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content_scripts\/content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.live.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Compose",
        "default_popup": "html\/action.html"
    },
    "permissions": [
        "storage"
    ]
}