VoiceType for Mail

Speech-to-text utlity for Gmail

Co to jest VoiceType for Mail?

VoiceType for Mail to rozszerzenie Chrome opracowane przez Salesla, a jego główną funkcją jest „Speech-to-text utlity for Gmail”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia VoiceType for Mail

Pobierz pliki rozszerzeń VoiceType for Mail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VoiceType for Mail VoiceType for Mail
ID acinbgdggbgeiaebcnkhkgmcggneohoo
Oficjalny URL https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo
Opis Speech-to-text utlity for Gmail
Rozmiar pliku 57.85 KB
Liczba instalacji 27
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2020-11-16
Data Publikacji 2020-11-12
Deweloper Salesla
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://salesla.com/privacy
Obsługiwane Języki 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"
}