West Virginia Tuesday Legal Connect Call Form

West Virginia Tuesday Legal Connect Call Form

Open a sidebar in the current Ringcentral tab and displays the Tuesday Legal Connect call form for ease of use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "West Virginia Tuesday Legal Connect Call Form",
  "version": "0.1",
  "description": "Open a sidebar in the current Ringcentral tab and displays the Tuesday Legal Connect call form for ease of use.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://*.ringcentral.com/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "TLC Sidebar"
  }
}