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.
Что такое Vocalmatic: The Auto-Transcription Tool?
Vocalmatic: The Auto-Transcription Tool - это расширение Chrome, разработанное Automatic Transcription by Vocalmatic, и его основная функция - "Auto-transcribe your audio files into text. Convert your audio files into text automatically and edit using our online editor.".
Снимки экрана расширения
Скачать файл CRX расширения Vocalmatic: The Auto-Transcription Tool
Скачайте файлы расширений Vocalmatic: The Auto-Transcription Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | bgokogmoakdnfdnghmgihiekdjllddjo |
Официальный URL | https://chrome.google.com/webstore/detail/vocalmatic-the-auto-trans/bgokogmoakdnfdnghmgihiekdjllddjo |
Описание | Auto-transcribe your audio files into text. Convert your audio files into text automatically and edit using our online editor. |
Размер файла | 12.33 KB |
Количество установок | 2,806 |
Текущая Версия | 1.0 |
Последнее Обновление | 2019-12-29 |
Дата публикации | 2019-12-29 |
Рейтинг | 2.44/5 Всего 9 оценок |
Разработчик | Automatic Transcription by Vocalmatic |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://vocalmatic.com |
Поддерживаемые языки | 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" ] } |