Dictation for Gmail
Dictate messages in Gmail™. Why type, when you can speak?
Dictation for Gmail란 무엇입니까?
Dictation for Gmail은(는) https://dictation.tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dictate messages in Gmail™. Why type, when you can speak?"입니다.
확장 프로그램 스크린샷
Dictation for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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]
확장 프로그램 기본 정보
이름 | Dictation for Gmail |
ID | eggdmhdpffgikgakkfojgiledkekfdce |
공식 URL | https://chromewebstore.google.com/detail/dictation-for-gmail/eggdmhdpffgikgakkfojgiledkekfdce |
설명 | Dictate messages in Gmail™. Why type, when you can speak? |
파일 크기 | 73.02 KB |
설치 횟수 | 170,339 |
현재 버전 | 1.0.9 |
최근 업데이트 | 2023-01-24 |
출시 날짜 | 2019-09-11 |
평점 | 3.64/5 총 225 개의 평점 |
개발자 | https://dictation.tools |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.dictation.tools/privacy.html |
지원되는 언어 | 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\/*" ] } |