VoiceType for Mail
Speech-to-text utlity for Gmail
ما هو VoiceType for Mail؟
VoiceType for Mail هو إضافة Chrome تم تطويرها بواسطة Salesla، والميزة الرئيسية لها هي "Speech-to-text utlity for Gmail".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VoiceType for Mail
قم بتنزيل ملفات الامتداد VoiceType for Mail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | 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"
} | |