VoiceType for Mail

Speech-to-text utlity for Gmail

Co je VoiceType for Mail?

VoiceType for Mail je rozšíření Chrome vyvinuté Salesla, a jeho hlavní funkcí je „Speech-to-text utlity for Gmail“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření VoiceType for Mail

Stáhněte si soubory rozšíření VoiceType for Mail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název VoiceType for Mail VoiceType for Mail
ID acinbgdggbgeiaebcnkhkgmcggneohoo
Oficiální URL https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo
Popis Speech-to-text utlity for Gmail
Velikost souboru 57.85 KB
Počet instalací 27
Aktuální Verze 0.0.0.2
Poslední Aktualizace 2020-11-16
Datum Vydání 2020-11-12
Vývojář Salesla
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://salesla.com/privacy
Podporované Jazyky 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"
}