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 - это расширение Chrome, разработанное https://composechrome.com, и его основная функция - "Automatically generate quality emails with the push of a button.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Compose - Write Emails with AI

Скачайте файлы расширений 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"
    ]
}