VoiceType for Mail
Speech-to-text utlity for Gmail
Wat is VoiceType for Mail?
VoiceType for Mail is een Chrome-extensie ontwikkeld door Salesla, en de belangrijkste functie is "Speech-to-text utlity for Gmail".
Extensie Screenshots
Download het CRX-bestand van de extensie VoiceType for Mail
Download VoiceType for Mail-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
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.
Basisinformatie over de Extensie
Naam | VoiceType for Mail |
ID | acinbgdggbgeiaebcnkhkgmcggneohoo |
Officiële URL | https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo |
Beschrijving | Speech-to-text utlity for Gmail |
Bestandsgrootte | 57.85 KB |
Aantal Installaties | 27 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2020-11-16 |
Publicatiedatum | 2020-11-12 |
Ontwikkelaar | Salesla |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://salesla.com/privacy |
Ondersteunde Talen | 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" } |