VoiceType for Mail

Speech-to-text utlity for Gmail

What is VoiceType for Mail?

VoiceType for Mail is a Chrome extension developed by Salesla, and its main feature is "Speech-to-text utlity for Gmail".

Extension Screenshots

screenshot

Download VoiceType for Mail Extension CRX File

Download VoiceType for Mail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VoiceType for Mail VoiceType for Mail
ID acinbgdggbgeiaebcnkhkgmcggneohoo
Official URL https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo
Description Speech-to-text utlity for Gmail
File Size 57.85 KB
Installation Count 27
Current Version 0.0.0.2
Last Updated 2020-11-16
Publish Date 2020-11-12
Developer Salesla
Email [email protected]
Payment Type free
Privacy Policy Page URL https://salesla.com/privacy
Supported Languages 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"
}