Type.AI: AI-powered Writing Tool for Emails

Type.AI lets you use speech-to-text to provide instructions for generating new emails!

Type.AI: AI-powered Writing Tool for Emails란 무엇입니까?

Type.AI: AI-powered Writing Tool for Emails은(는) jacopocirica8197에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Type.AI lets you use speech-to-text to provide instructions for generating new emails!"입니다.

확장 프로그램 스크린샷

screenshot

Type.AI: AI-powered Writing Tool for Emails 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AI that writes your emails.
Generate any kind of response using AI.  With Type.AI, you can write emails, create reports, and chat faster. We use artificial intelligence to automate the writing process.

 Draft entire emails from a few words. You can do all that with just one tool. Type.AI is a holistic, AI-first writing solution:

⚡ Type // to generate text using AI 
🏄 Autocomplete sentences across different websites 
✍️  Rephrase sentences to make them, shorter, or longer
🎯  Reply to emails with a click
📄  Generating full-length emails from short phrases                    

확장 프로그램 기본 정보

이름 Type.AI: AI-powered Writing Tool for Emails Type.AI: AI-powered Writing Tool for Emails
ID hnbioiaopbihafipckabcieklbamipeo
공식 URL https://chromewebstore.google.com/detail/typeai-ai-powered-writing/hnbioiaopbihafipckabcieklbamipeo
설명 Type.AI lets you use speech-to-text to provide instructions for generating new emails!
파일 크기 215 KB
설치 횟수 307
현재 버전 0.0.1
최근 업데이트 2023-01-29
출시 날짜 2023-01-28
평점 5.00/5 총 1 개의 평점
개발자 jacopocirica8197
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Type.AI: AI-powered Writing Tool for Emails",
    "description": "Type.AI lets you use speech-to-text to provide instructions for generating new emails!",
    "version": "0.0.1",
    "author": "Jacopo Cirica",
    "short_name": "Type.AI",
    "action": {
        "default_icon": "logoprova3.png",
        "default_title": "Type.AI",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "caption16.png",
        "48": "logoprova48.png",
        "128": "logoprova128.png"
    },
    "minimum_chrome_version": "88",
    "permissions": [],
    "host_permissions": [
        "https:\/\/type-ai-email.herokuapp.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "all_frames": true
        }
    ]
}