ScreenApp - Record and take AI notes of meetings, videos, calls & lectures Chrome

Examine source code of ScreenApp - Record and take AI notes of meetings, videos, calls & lectures

Inspect and view changes in ScreenApp - Record and take AI notes of meetings, videos, calls & lectures source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ScreenApp - Record and take AI notes of meetings, videos, calls & lectures",
  "version": "3.2.3",
  "description": "Easily record your screen and audio with ScreenApp. Take AI Notes and summaries of any recording.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "notifications",
    "sidePanel",
    "contextMenus",
    "tabCapture"
  ],
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "assets/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://screenapp.io/*",
        "https://*.screenapp.io/*",
        "http://localhost:8080/*",
        "http://127.0.0.1:8080/*"
      ],
      "js": [
        "assets/auth-bridge.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "screenrecorder.html",
        "sidepanel.html",
        "permission.html",
        "pcm-worklet.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "externally_connectable": {
    "matches": [
      "https://screenapp.io/*",
      "https://*.screenapp.io/*",
      "http://localhost:8080/*",
      "http://127.0.0.1:8080/*"
    ]
  }
}

Best ScreenApp - Record and take AI notes of meetings, videos, calls & lectures Alternatives

Here are some Chrome extensions that are similar to ScreenApp - Record and take AI notes of meetings, videos, calls & lectures: