Leexi - Google Meet recording

Leexi - Google Meet recording

Leexi gathers all your call & meeting recordings in one place, together with your CRM data, and links your recordings to your deals & customers. With the extension, take notes directly during your meetings, with timestamps and highlights.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Leexi - Google Meet recording",
  "description": "Never forget to record your Google Meet video conferences again and find them in the Leexi app in one click.",
  "version": "2.0.3",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png",
    "256": "icon/256.png",
    "512": "icon/512.png"
  },
  "author": "Leexi",
  "permissions": [
    "storage",
    "identity"
  ],
  "oauth2": {
    "client_id": "204744528517-tdg1438b6odr85fp165ki7o68uddg4fm.apps.googleusercontent.com",
    "scopes": [
      "email",
      "profile"
    ]
  },
  "web_accessible_resources": [
    "panel.html",
    "content-scripts/content.css"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "\"Leexi - Google Meet recording",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f9809347-59e8-4122-adb6-bd64bb926ad7}"
    }
  }
}