VoiceType for Mail

Speech-to-text utlity for Gmail

Vad är VoiceType for Mail?

VoiceType for Mail är en Chrome-tillägg utvecklad av Salesla, och dess huvudfunktion är "Speech-to-text utlity for Gmail".

Tilläggsskärmbilder

screenshot

Ladda ner VoiceType for Mail-förlängningens CRX-fil

Ladda ner VoiceType for Mail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn VoiceType for Mail VoiceType for Mail
ID acinbgdggbgeiaebcnkhkgmcggneohoo
Officiell webbadress https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo
Beskrivning Speech-to-text utlity for Gmail
Filstorlek 57.85 KB
Antal Installationer 27
Aktuell Version 0.0.0.2
Senast Uppdaterad 2020-11-16
Publiceringsdatum 2020-11-12
Utvecklare Salesla
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://salesla.com/privacy
Stödda Språk 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"
}