Uiscom Hubspot integration

Uiscom Hubspot integration

Added click to call and notifications to Hubspot

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Uiscom Hubspot integration",
  "version": "0.4",
  "description": "Added click to call and notifications to Hubspot",
  "permissions": [
    "tabs",
    "https://app.hubspot.com/*",
    "https://hubspot.uiscom.ru/*"
  ],
  "background": {
    "scripts": [
      "socket.io.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.hubspot.com/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "manifest_version": 2
}