Type.AI: AI-powered Writing Tool for Emails
Type.AI lets you use speech-to-text to provide instructions for generating new emails!
Qu'est-ce que Type.AI: AI-powered Writing Tool for Emails ?
Type.AI: AI-powered Writing Tool for Emails est une extension Chrome développée par jacopocirica8197, et sa fonction principale est "Type.AI lets you use speech-to-text to provide instructions for generating new emails!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Type.AI: AI-powered Writing Tool for Emails
Téléchargez les fichiers d'extension Type.AI: AI-powered Writing Tool for Emails au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Type.AI: AI-powered Writing Tool for Emails |
ID | hnbioiaopbihafipckabcieklbamipeo |
URL Officiel | https://chromewebstore.google.com/detail/typeai-ai-powered-writing/hnbioiaopbihafipckabcieklbamipeo |
Description | Type.AI lets you use speech-to-text to provide instructions for generating new emails! |
Taille du Fichier | 215 KB |
Nombre d'Installations | 307 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2023-01-29 |
Date de Publication | 2023-01-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | jacopocirica8197 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |