Voicenter Contact Center Extension--beta-11

Voicenter Contact Center Extension--beta-11

Voicenter's extension features Click2Call, Pop-up notifications, CDR's and Agent Toolbar. Note: a Voicenter account is required.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Voicenter Contact Center Extension--beta-11",
  "version": "0.9.9.0",
  "manifest_version": 2,
  "description": "Voicenter's extension features Click2Call, Pop-up notifications, CDR's and Agent Toolbar. Note: a Voicenter account is required.",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_title": "Voicenter",
    "default_icon": "images/48.png",
    "default_popup": "html/popover.html"
  },
  "background": {
    "scripts": [
      "js/jquery-1.7.2.min.js",
      "js/jQuery1.8.2-ui.js",
      "js/jquery.numeric.js",
      "js/ui.multiselect.js",
      "js/qtip/jquery.qtip.js",
      "js/socket.io-1.3.7.js",
      "js/VoicenterMonitor.js",
      "js/background.js",
      "js/notifications.js",
      "js/popup.js",
      "js/mustache.min.js"
    ],
    "pages": [
      "html/notification.html"
    ]
  },
  "permissions": [
    "tabs",
    "notifications",
    "background",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' https://d10lpsik1i8c69.cloudfront.net 'unsafe-eval'; object-src 'self'",
  "options_page": "html/settings.html?page=options",
  "web_accessible_resources": [
    "html/notification.html"
  ]
}