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文件

下载Compose - Write Emails with AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}