VoiceType for Mail
Speech-to-text utlity for Gmail
Cos'è VoiceType for Mail?
VoiceType for Mail è un'estensione di Chrome sviluppata da Salesla, e la sua funzione principale è "Speech-to-text utlity for Gmail".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VoiceType for Mail
Scarica i file di estensione VoiceType for Mail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The extension converts your voice to text in Gmail so you can write and reply to messages in a hassle-free manner while multi-tasking. Simply click the icon next to "Send" button and start speaking, voice commands like "Stop Recording" and "Start Recording" are also supported.
Informazioni di Base sull'Estensione
Nome | VoiceType for Mail |
ID | acinbgdggbgeiaebcnkhkgmcggneohoo |
URL Ufficiale | https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo |
Descrizione | Speech-to-text utlity for Gmail |
Dimensione del File | 57.85 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2020-11-16 |
Data di Pubblicazione | 2020-11-12 |
Sviluppatore | Salesla |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://salesla.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup.html", "default_title": "VoiceType for Mail" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "js\/kefir.js", "js\/inboxsdk.js", "js\/page.js" ] } ], "icons": { "128": "images\/promotional_128.png", "48": "images\/promotional_48.png", "32": "images\/promotional_32.png", "16": "images\/promotional_16.png" }, "description": "Speech-to-text utlity for Gmail", "manifest_version": 2, "name": "VoiceType for Mail", "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "version": "0.0.0.2" } |