Type.AI: AI-powered Writing Tool for Emails
Type.AI lets you use speech-to-text to provide instructions for generating new emails!
Wat is Type.AI: AI-powered Writing Tool for Emails?
Type.AI: AI-powered Writing Tool for Emails is een Chrome-extensie ontwikkeld door jacopocirica8197, en de belangrijkste functie is "Type.AI lets you use speech-to-text to provide instructions for generating new emails!".
Extensie Screenshots
Download het CRX-bestand van de extensie Type.AI: AI-powered Writing Tool for Emails
Download Type.AI: AI-powered Writing Tool for Emails-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Type.AI: AI-powered Writing Tool for Emails |
ID | hnbioiaopbihafipckabcieklbamipeo |
Officiële URL | https://chromewebstore.google.com/detail/typeai-ai-powered-writing/hnbioiaopbihafipckabcieklbamipeo |
Beschrijving | Type.AI lets you use speech-to-text to provide instructions for generating new emails! |
Bestandsgrootte | 215 KB |
Aantal Installaties | 307 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2023-01-29 |
Publicatiedatum | 2023-01-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | jacopocirica8197 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |