VoiceType for Mail

Speech-to-text utlity for Gmail

Was ist VoiceType for Mail?

VoiceType for Mail ist eine Chrome-Erweiterung, die von Salesla entwickelt wurde, und ihr Hauptmerkmal ist "Speech-to-text utlity for Gmail".

Erweiterungsscreenshots

screenshot

VoiceType for Mail-Erweiterungs-CRX-Datei herunterladen

Laden Sie VoiceType for Mail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name VoiceType for Mail VoiceType for Mail
ID acinbgdggbgeiaebcnkhkgmcggneohoo
Offizielle URL https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo
Beschreibung Speech-to-text utlity for Gmail
Dateigröße 57.85 KB
Installationsanzahl 27
Aktuelle Version 0.0.0.2
Letztes Update 2020-11-16
Veröffentlichungsdatum 2020-11-12
Entwickler Salesla
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://salesla.com/privacy
Unterstützte Sprachen 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"
}