Dictation for Gmail
Dictate messages in Gmail™. Why type, when you can speak?
Dictation for Gmail là gì?
Dictation for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://dictation.tools, và tính năng chính của nó là "Dictate messages in Gmail™. Why type, when you can speak?".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dictation for Gmail
Tải xuống các tệp mở rộng Dictation for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Open a new message (or reply to an existing one), click the Microphone icon located to the right of the Send button. Dictate your message in any of the supported 60 languages! --- Do you have feedback? Please leave a comment here, or reach out to us directly: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dictation for Gmail |
ID | eggdmhdpffgikgakkfojgiledkekfdce |
URL Chính Thức | https://chromewebstore.google.com/detail/dictation-for-gmail/eggdmhdpffgikgakkfojgiledkekfdce |
Mô tả | Dictate messages in Gmail™. Why type, when you can speak? |
Kích Thước Tệp | 73.02 KB |
Số Lần Cài Đặt | 170,339 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2023-01-24 |
Ngày Phát Hành | 2019-09-11 |
Đánh Giá | 3.64/5 Tổng số 225 Đánh Giá |
Nhà Phát Triển | https://dictation.tools |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.dictation.tools/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en,en-GB,en-US,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Greg Sadetsky", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "Dictation", "default_locale": "en", "version": "1.0.9", "icons": { "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "styles.css", "extension.js", "arrow_drop_down_black_20dp.png", "icon-record-24px.svg", "icon-lang-options-18px.svg", "icon-menu-shortcuts-20px.svg", "icon-menu-feedback-20px.svg", "icon-restart-24px.svg", "templates\/dictation_controls.html", "templates\/lang_menu.html" ], "content_security_policy": "script-src 'self' https:\/\/cdn.amplitude.com; object-src 'self'", "permissions": [ "storage", "*:\/\/mail.google.com\/*" ] } |