Call Contact Center Agent

Call Contact Center Agent

Call Contact Center Agent

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Call Contact Center Agent",
  "description": "Call Contact Center Agent",
  "version": "1.5.21",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk2ct0NLXFHM+aYP91EY37pg5+FK8LtpNqR/tUVwObLV1PaC3pkpBWB8wRA/uuuO/Rk+i2v2PyGHZ77+YpI8PTGTZwg6UcYwzx34z26YGCf6Her7+vf4jak0w7UWzacIh0JHBoj/GyKY3SDUCaRLQrWFYmOUbFjpyANh7q8tgq8g9J3psNv2uK3uYuTwpPqUF1YMi0NkrCn7Nn5kPzZYiRdj6FnKHZu0/O2fg9ZN/LeWeJzCemBOgBW+GUDjuec/G4UxPRJ7zVWy5PW1Hpn9n2wqBc32U09sES9G0O/YALIg+ymw93Ci8grBw0ovq2dfHJJ1hglr3XjCEDPSRIb1dVQIDAQAB",
  "default_locale": "pl",
  "app": {
    "background": {
      "scripts": [
        "js/dependencies/jquery-3.1.0.min.js",
        "js/messages.js",
        "js/run.js",
        "js/extension.js"
      ]
    }
  },
  "manifest_version": 2,
  "permissions": [
    "background",
    "audioCapture",
    "notifications",
    "storage",
    "webview"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "offline_enabled": false,
  "externally_connectable": {
    "matches": [
      "http://local.fcc/",
      "https://local.fcc/",
      "http://local.fcc/pbx",
      "https://local.fcc/pbx",
      "http://*.4dev0.fcc/",
      "https://*.4dev0.fcc/",
      "https://*.4dev0.fcc/pbx",
      "http://*.4dev0.fcc/pbx",
      "http://*.4dev1.fcc/",
      "https://*.4dev1.fcc/",
      "https://*.4dev1.fcc/pbx",
      "http://*.4dev1.fcc/pbx",
      "http://*.4dev2.fcc/",
      "https://*.4dev2.fcc/",
      "https://*.4dev2.fcc/pbx",
      "http://*.4dev2.fcc/pbx",
      "https://*.fcc-online.pl/",
      "https://*.fcc-online.pl/pbx",
      "https://*.salesforce.com/*",
      "https://*.force.com/*",
      "https://*.visualforce.com/*",
      "https://crm2.taracorpglobal.com/*"
    ]
  },
  "minimum_chrome_version": "43.0",
  "url_handlers": {
    "launch-from-fcc": {
      "title": "launch-from-fcc",
      "matches": [
        "https://webphone-launcher.fcc-online.pl/start"
      ]
    },
    "launch-from-bps": {
      "title": "launch-from-bps",
      "matches": [
        "https://webphone-launcher-bps.fcc-online.pl/start"
      ]
    }
  },
  "commands": {
    "enable-debugger-mode": {
      "suggested_key": {
        "windows": "Ctrl+Shift+K",
        "mac": "Command+Shift+K",
        "chromeos": "Ctrl+Shift+K",
        "linux": "Ctrl+Shift+K"
      },
      "description": "Enable debugger mode."
    }
  }
}