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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jacopocirica8197, και η κύρια λειτουργία του είναι "Type.AI lets you use speech-to-text to provide instructions for generating new emails!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Type.AI: AI-powered Writing Tool for Emails

Λήψη αρχείων επέκτασης 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
        }
    ]
}