VoiceType for Mail
Speech-to-text utlity for Gmail
Apa itu VoiceType for Mail?
VoiceType for Mail adalah ekstensi Chrome yang dikembangkan oleh Salesla, dan fitur utamanya adalah "Speech-to-text utlity for Gmail".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VoiceType for Mail
Unduh file ekstensi VoiceType for Mail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | VoiceType for Mail |
ID | acinbgdggbgeiaebcnkhkgmcggneohoo |
URL Resmi | https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo |
Deskripsi | Speech-to-text utlity for Gmail |
Ukuran File | 57.85 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 0.0.0.2 |
Terakhir Diperbarui | 2020-11-16 |
Tanggal Publikasi | 2020-11-12 |
Pengembang | Salesla |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://salesla.com/privacy |
Bahasa yang Didukung | 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" } |