VoiceType for Mail

Speech-to-text utlity for Gmail

VoiceType for Mailとは何ですか?

VoiceType for MailはSaleslaによって開発されたChromeの拡張機能で、その主な機能は「Speech-to-text utlity for Gmail」です。

拡張機能のスクリーンショット

screenshot

VoiceType for Mail拡張機能のCRXファイルをダウンロード

VoiceType for Mail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 VoiceType for Mail VoiceType for Mail
ID acinbgdggbgeiaebcnkhkgmcggneohoo
公式URL https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo
説明 Speech-to-text utlity for Gmail
ファイルサイズ 57.85 KB
インストール数 27
現在のバージョン 0.0.0.2
最終更新日 2020-11-16
公開日 2020-11-12
開発者 Salesla
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://salesla.com/privacy
対応言語 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"
}