VoiceType for Mail

Speech-to-text utlity for Gmail

Τι είναι το VoiceType for Mail;

Το VoiceType for Mail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Salesla, και η κύρια λειτουργία του είναι "Speech-to-text utlity for Gmail".

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

screenshot

Λήψη αρχείου 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 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"
}