VoiceType for Mail

Speech-to-text utlity for Gmail

Qu'est-ce que VoiceType for Mail ?

VoiceType for Mail est une extension Chrome développée par Salesla, et sa fonction principale est "Speech-to-text utlity for Gmail".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VoiceType for Mail

Téléchargez les fichiers d'extension VoiceType for Mail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom VoiceType for Mail VoiceType for Mail
ID acinbgdggbgeiaebcnkhkgmcggneohoo
URL Officiel https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo
Description Speech-to-text utlity for Gmail
Taille du Fichier 57.85 KB
Nombre d'Installations 27
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2020-11-16
Date de Publication 2020-11-12
Développeur Salesla
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://salesla.com/privacy
Langues Prises en Charge 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"
}