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" } |