VoiceType for Mail
Speech-to-text utlity for Gmail
VoiceType for Mail là gì?
VoiceType for Mail là một tiện ích mở rộng Chrome được phát triển bởi Salesla, và tính năng chính của nó là "Speech-to-text utlity for Gmail".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VoiceType for Mail
Tải xuống các tệp mở rộng VoiceType for Mail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VoiceType for Mail |
ID | acinbgdggbgeiaebcnkhkgmcggneohoo |
URL Chính Thức | https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo |
Mô tả | Speech-to-text utlity for Gmail |
Kích Thước Tệp | 57.85 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2020-11-16 |
Ngày Phát Hành | 2020-11-12 |
Nhà Phát Triển | Salesla |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://salesla.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |