Cisco Finesse Sign-In Helper

Cisco Finesse Sign-In Helper

Agent Productivity Tool for Cisco Contact Center Enterprise that speeds up the sign-in process.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cisco Finesse Sign-In Helper",
  "description": "Agent Productivity Tool for Cisco Contact Center Enterprise that speeds up the sign-in process.",
  "version": "1.0.0",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.webexcce.com/*",
    "https://*.tthcslabs.com/*"
  ],
  "manifest_version": 3,
  "author": "Nathan Galloway",
  "action": {
    "default_popup": "index.html",
    "default_title": "Finesse Chrome Agent"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.webexcce.com/desktop/logon.html*",
        "https://*.tthcslabs.com/desktop/logon.html*"
      ],
      "js": [
        "chrome-finesse-injection.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}