HSCS Dialler

HSCS Dialler

8×8 dialer from Hubspot.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HSCS Dialler",
  "version": "1.1",
  "description": "8×8 dialer from Hubspot.",
  "permissions": [
    "tabs",
    "*://*.hubspot.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.hubspot.com/contacts/*/contact/*",
        "*://*.hubspot.com/contacts/*/company/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "icons": {
    "16": "logo/icon16.png",
    "48": "logo/icon48.png",
    "128": "logo/icon128.png"
  },
  "manifest_version": 2
}