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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Zoho Mail VoicZ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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