Betafi: Record, Add Notes, Transcribe Calls

Betafi: Record, Add Notes, Transcribe Calls

Give your Google Meet™ calls superpowers with the Betafi extension: take notes, record the calls, and get automatic transcripts.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Betafi: Record, Add Notes, Transcribe Calls",
  "description": "Give your Google Meet™ calls superpowers with the Betafi extension: take notes, record the calls, and get automatic transcripts.",
  "version": "0.3.19",
  "action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.tsx.cc9841cb.976119a8.js"
      ],
      "matches": [
        "https://meet.google.com/*"
      ],
      "css": [
        "assets/loader.91b3d5b7.css"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "images/betafi_icon16.png",
    "32": "images/betafi_icon32.png",
    "48": "images/betafi_icon48.png",
    "64": "images/betafi_icon64.png",
    "128": "images/betafi_icon128.png",
    "256": "images/betafi_icon256.png",
    "512": "images/betafi_icon512.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://app.betafi.co/*"
      ],
      "resources": [
        "src/assets/logo.svg"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "resources": [
        "assets/logo.e5fe3139.svg",
        "assets/icon.fba81791.svg",
        "assets/loader.84c08c41.js",
        "assets/browser-polyfill.bd628831.js",
        "assets/content.tsx.cc9841cb.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "host_permissions": [
    "https://app.betafi.co/"
  ]
}