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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Type.AI lets you use speech-to-text to provide instructions for generating new emails!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Type.AI: AI-powered Writing Tool for Emails एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}