VoiceType for Mail
Speech-to-text utlity for Gmail
什麼是VoiceType for Mail?
VoiceType for Mail是由Salesla開發的Chrome擴展程式,該擴展的主要功能是“Speech-to-text utlity for Gmail”。
擴展截圖
下載VoiceType for Mail擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | acinbgdggbgeiaebcnkhkgmcggneohoo |
| 官方網址 | 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"
} | |