RingCentral CRM Extension

RingCentral CRM Extension

A RingCentral extension for CRM platforms

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RingCentral CRM Extension",
  "description": "A RingCentral extension for CRM platforms",
  "version": "0.8.14",
  "permissions": [
    "storage",
    "alarms",
    "tabs",
    "background",
    "unlimitedStorage",
    "notifications"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.labs.ringcentral.com/*",
        "https://*.ngrok-free.app/*",
        "https://lite-http-tunnel-s52m.onrender.com/*",
        "https://*.pipedrive.com/*",
        "https://*.insightly.com/*",
        "https://*.clio.com/*",
        "https://*.redtailtechnology.com/*",
        "https://*.bullhornstaffing.com/*"
      ],
      "js": [
        "./c2d/index.js",
        "./content.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/embeddable/*",
        "/c2d/*"
      ],
      "matches": [
        "https://*.labs.ringcentral.com/*",
        "https://*.ngrok-free.app/*",
        "https://lite-http-tunnel-s52m.onrender.com/*",
        "https://*.pipedrive.com/*",
        "https://*.insightly.com/*",
        "https://*.clio.com/*",
        "https://*.redtailtechnology.com/*",
        "https://*.bullhornstaffing.com/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "/images/logo16.png",
      "32": "/images/logo32.png",
      "48": "/images/logo48.png",
      "128": "/images/logo128.png"
    }
  },
  "background": {
    "service_worker": "sw.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self' 'wasm-unsafe-eval'"
  },
  "manifest_version": 3,
  "icons": {
    "16": "/images/logo16.png",
    "32": "/images/logo32.png",
    "48": "/images/logo48.png",
    "128": "/images/logo128.png"
  }
}