Zoho Mail VoicZ
First Try on Voice Driven Web Mail. It will get your voice input and do the action for the same.
什么是Zoho Mail VoicZ?
Zoho Mail VoicZ是由Raja S开发的Chrome扩展程序,该扩展的主要功能是“First Try on Voice Driven Web Mail. It will get your voice input and do the action for the same.”。
扩展截图
下载Zoho Mail VoicZ扩展crx文件
下载Zoho Mail VoicZ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An attempt to make First Voice Driven Web Mail Application. It will listen to your voice and will act for some of the actions mentioned below. Possible Commands : 1) open compose - will open a new compose 2) reply, reply to this mail - will trigger a reply action for opened mail 3) reply all - will trigger a reply all action for opened mail 4) delete,delete this mail - will delete the current mail 5) select all - will trigger toggle select all option 6) go to main tab - Main tab (first tab) will get focused 7) open mail, open first mail - will open a first mail in the list 8) next, next mail - will go for next mail navigation 9) previous, previous mail - will go for previous mail navigation
扩展基本信息
名称 | Zoho Mail VoicZ |
ID | nkcfbjhampboiblancechgcdkjnpbche |
官方URL | https://chromewebstore.google.com/detail/zoho-mail-voicz/nkcfbjhampboiblancechgcdkjnpbche |
简介 | First Try on Voice Driven Web Mail. It will get your voice input and do the action for the same. |
文件大小 | 43.35 KB |
安装次数 | 75 |
当前版本 | 1.11 |
更新时间 | 2014-02-25 |
上架时间 | 2014-02-25 |
评分 | 5.00/5 共1次评分 |
开发者 | Raja S |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "bg.js" ] }, "description": "First Try on Voice Driven Web Mail. It will get your voice input and do the action for the same.", "icons": { "128": "Mail.png" }, "content_scripts": [ { "matches": [ "http:\/\/zmail.zoho.com\/*", "https:\/\/zmail.zoho.com\/*", "http:\/\/mail.zoho.com\/*", "https:\/\/mail.zoho.com\/*" ], "js": [ "cs.js" ], "all_frames": true, "run_at": "document_end" } ], "manifest_version": 2, "name": "Zoho Mail VoicZ", "permissions": [ "tts" ], "version": "1.11", "web_accessible_resources": [ "mike_grey.png", "mike_dark.png" ], "author": "Raja S" } |