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ファイルをダウンロード

Type.AI: AI-powered Writing Tool for Emails拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
        }
    ]
}