Dictation for Gmail
Dictate messages in Gmail™. Why type, when you can speak?
Was ist Dictation for Gmail?
Dictation for Gmail ist eine Chrome-Erweiterung, die von https://dictation.tools entwickelt wurde, und ihr Hauptmerkmal ist "Dictate messages in Gmail™. Why type, when you can speak?".
Erweiterungsscreenshots
Dictation for Gmail-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dictation for Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | Dictation for Gmail |
ID | eggdmhdpffgikgakkfojgiledkekfdce |
Offizielle URL | https://chromewebstore.google.com/detail/dictation-for-gmail/eggdmhdpffgikgakkfojgiledkekfdce |
Beschreibung | Dictate messages in Gmail™. Why type, when you can speak? |
Dateigröße | 73.02 KB |
Installationsanzahl | 170,339 |
Aktuelle Version | 1.0.9 |
Letztes Update | 2023-01-24 |
Veröffentlichungsdatum | 2019-09-11 |
Bewertung | 3.64/5 Insgesamt 225 Bewertungen |
Entwickler | https://dictation.tools |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.dictation.tools/privacy.html |
Unterstützte Sprachen | 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\/*" ] } |