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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Raja S, και η κύρια λειτουργία του είναι "First Try on Voice Driven Web Mail. It will get your voice input and do the action for the same.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Zoho Mail VoicZ

Λήψη αρχείων επέκτασης 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 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"
}