Compose - Write Emails with AI

Automatically generate quality emails with the push of a button.

Compose - Write Emails with AI là gì?

Compose - Write Emails with AI là một tiện ích mở rộng Chrome được phát triển bởi https://composechrome.com, và tính năng chính của nó là "Automatically generate quality emails with the push of a button.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Compose - Write Emails with AI

Tải xuống các tệp mở rộng Compose - Write Emails with AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Compose - Write Emails with AI Compose - Write Emails with AI
ID cahgblapcippnejnchmbogjfgboajgdb
URL Chính Thức https://chromewebstore.google.com/detail/compose-write-emails-with/cahgblapcippnejnchmbogjfgboajgdb
Mô tả Automatically generate quality emails with the push of a button.
Kích Thước Tệp 473 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-08-15
Ngày Phát Hành 2023-06-23
Nhà Phát Triển https://composechrome.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://composechrome.com
URL Trang Chính Sách Bảo Mật https://composechrome.com/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}