VoiceType for Mail
Speech-to-text utlity for Gmail
Hvad er VoiceType for Mail?
VoiceType for Mail er en Chrome-udvidelse udviklet af Salesla, og dens hovedfunktion er "Speech-to-text utlity for Gmail".
Udvidelsesskærmbilleder
Download VoiceType for Mail-udvidelses-CRX-fil
Download VoiceType for Mail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | VoiceType for Mail |
ID | acinbgdggbgeiaebcnkhkgmcggneohoo |
Officiel URL | https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo |
Beskrivelse | Speech-to-text utlity for Gmail |
Filstørrelse | 57.85 KB |
Antal Installationer | 27 |
Nuværende Version | 0.0.0.2 |
Senest Opdateret | 2020-11-16 |
Udgivelsesdato | 2020-11-12 |
Udvikler | Salesla |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://salesla.com/privacy |
Understøttede Sprog | 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" } |