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
电子邮箱 [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
        }
    ]
}