VoiceType for Mail
Speech-to-text utlity for Gmail
Что такое VoiceType for Mail?
VoiceType for Mail - это расширение Chrome, разработанное Salesla, и его основная функция - "Speech-to-text utlity for Gmail".
Снимки экрана расширения
Скачать файл CRX расширения VoiceType for Mail
Скачайте файлы расширений VoiceType for Mail в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | VoiceType for Mail |
ID | acinbgdggbgeiaebcnkhkgmcggneohoo |
Официальный URL | https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo |
Описание | Speech-to-text utlity for Gmail |
Размер файла | 57.85 KB |
Количество установок | 27 |
Текущая Версия | 0.0.0.2 |
Последнее Обновление | 2020-11-16 |
Дата публикации | 2020-11-12 |
Разработчик | Salesla |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://salesla.com/privacy |
Поддерживаемые языки | 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" } |