Rainbow CRM Bridge for Pipedrive

Rainbow CRM Bridge for Pipedrive

Rainbow CRM Bridge connects phones systems with CRMs. Click2call, pop contact forms and maintain call history in the CRM forms..

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rainbow CRM Bridge for Pipedrive",
  "description": "Rainbow CRM Bridge connects phones systems with CRMs. Click2call, pop contact forms and maintain call history in the CRM forms..",
  "version": "1.0.0",
  "icons": {
    "16": "assets/img/favicon.png",
    "48": "assets/img/favicon.png",
    "128": "assets/img/favicon.png"
  },
  "action": {
    "default_icon": {
      "19": "assets/img/favicon1.png",
      "38": "assets/img/favicon1.png"
    },
    "default_title": "Rainbow CRM Bridge: Please click this icon after logging in Pipedrive CRM."
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "notifications",
    "system.display"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "matches": [
        "*://*.pipedrive.com/*"
      ]
    }
  ],
  "manifest_version": 3
}