Vocalmatic: The Auto-Transcription Tool
Auto-transcribe your audio files into text. Convert your audio files into text automatically and edit using our online editor.
¿Qué es Vocalmatic: The Auto-Transcription Tool?
Vocalmatic: The Auto-Transcription Tool es una extensión de Chrome desarrollada por Automatic Transcription by Vocalmatic, y su función principal es "Auto-transcribe your audio files into text. Convert your audio files into text automatically and edit using our online editor.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Vocalmatic: The Auto-Transcription Tool
Descarga archivos de extensión Vocalmatic: The Auto-Transcription Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Sign up for FREE account and get 30 minutes of auto-transcription. There are PAID monthly accounts for more auto-transcription hours if it fits your needs. Vocalmatic is an online auto-transcription platform. Simply upload any audio or video file and we will auto-transcribe it using speech-to-text technology. Edit to perfection using our online editor. Play your audiio file and edit the auto-transcript all on the same page. No more switching between windows. Comes with simple shortcuts to play, pause, speed up, rewind, or fast forward your audio.
Información Básica de la Extensión
Nombre | |
ID | bgokogmoakdnfdnghmgihiekdjllddjo |
URL Oficial | https://chrome.google.com/webstore/detail/vocalmatic-the-auto-trans/bgokogmoakdnfdnghmgihiekdjllddjo |
Descripción | Auto-transcribe your audio files into text. Convert your audio files into text automatically and edit using our online editor. |
Tamaño del Archivo | 12.33 KB |
Cantidad de Instalaciones | 2,806 |
Versión Actual | 1.0 |
Última Actualización | 2019-12-29 |
Fecha de Publicación | 2019-12-29 |
Calificación | 2.44/5 Total de 9 Calificaciones |
Desarrollador | Automatic Transcription by Vocalmatic |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://vocalmatic.com |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vocalmatic: The Auto-Transcription Tool", "description": "Auto-transcribe your audio files into text. Convert your audio files into text automatically and edit using our online editor.", "version": "1.0", "browser_action": { "default_icon": "vocalmatic-logo.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |