Transcribe: transcribe audio/interviews fast!

Transcribe: transcribe audio/interviews fast!

An app to convert audio/video to text effortlessly. Supports automatic transcription, dictation and self transcription.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Transcribe: transcribe audio/interviews fast!",
  "short_name": "Transcribe by Wreally",
  "description": "An app to convert audio/video to text effortlessly. Supports automatic transcription, dictation and self transcription.",
  "version": "4.1",
  "app": {
    "urls": [
      "*://transcribe.wreally.com/"
    ],
    "launch": {
      "web_url": "https://transcribe.wreally.com/chrome-app"
    }
  },
  "offline_enabled": true,
  "icons": {
    "24": "icon_24.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  }
}