Ultra Compose AI

Write impressive emails with AI

Ultra Compose AI란 무엇입니까?

Ultra Compose AI은(는) Ultra Compose - Langza Technologies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write impressive emails with AI"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ultra Compose AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        How to use
=========
After installing Ultra Compose extension, open Gmail and start composing a new email. Ultra compose tool box will be shown below the send button. Choose the writing pattern like, Professional, Friendly etc and click recompose - See the magic happen!

How to install
===========
To install Click "Add to Chrome" button on top right of this page, then open gmail compose a basic email, and then click "Recompose" button. and witness your email getting magically formatted.

Our AI email writer extension enhances your writing style and makes your emails more impactful. It suggests sentence structures, synonyms, and other improvements that can save you time and elevate the quality of your writing. 

Whether you're writing a business email or a personal message, our extension can help you communicate your thoughts clearly and effectively.

Our AI email writer is a must-have tool for anyone who wants to improve their emails' quality and effectiveness. It's perfect for sales professionals who want to convert leads into customers or job seekers who want to write standout cover letters. Try it today and see the difference for yourself!                    

확장 프로그램 기본 정보

이름 Ultra Compose AI Ultra Compose AI
ID alngddialdjilchocjjdaphceohlegij
공식 URL https://chromewebstore.google.com/detail/ultra-compose-ai/alngddialdjilchocjjdaphceohlegij
설명 Write impressive emails with AI
파일 크기 3.49 MB
설치 횟수 226
현재 버전 0.3.0
최근 업데이트 2023-04-25
출시 날짜 2023-04-21
평점 5.00/5 총 2 개의 평점
개발자 Ultra Compose - Langza Technologies
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ultra Compose AI",
    "description": "Write impressive emails with AI",
    "version": "0.3.0",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "sidebar.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "image": [
                "ultra_compose_white.png"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "ultra_compose_white.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/ultra_compose_white.png",
            "32": "\/ultra_compose_white.png",
            "48": "\/ultra_compose_white.png",
            "128": "\/ultra_compose_white.png"
        }
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ]
}