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.

Vad är Vocalmatic: The Auto-Transcription Tool?

Vocalmatic: The Auto-Transcription Tool är en Chrome-tillägg utvecklad av Automatic Transcription by Vocalmatic, och dess huvudfunktion är "Auto-transcribe your audio files into text. Convert your audio files into text automatically and edit using our online editor.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Vocalmatic: The Auto-Transcription Tool-förlängningens CRX-fil

Ladda ner Vocalmatic: The Auto-Transcription Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Vocalmatic: The Auto-Transcription Tool Vocalmatic: The Auto-Transcription Tool
ID bgokogmoakdnfdnghmgihiekdjllddjo
Officiell webbadress https://chrome.google.com/webstore/detail/vocalmatic-the-auto-trans/bgokogmoakdnfdnghmgihiekdjllddjo
Beskrivning Auto-transcribe your audio files into text. Convert your audio files into text automatically and edit using our online editor.
Filstorlek 12.33 KB
Antal Installationer 2,806
Aktuell Version 1.0
Senast Uppdaterad 2019-12-29
Publiceringsdatum 2019-12-29
Betyg 2.44/5 Totalt 9 Betyg
Utvecklare Automatic Transcription by Vocalmatic
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://vocalmatic.com
Stödda Språk 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"
    ]
}