ConnectWare Hub Firefox

Examine source code of ConnectWare Hub

Inspect and view changes in ConnectWare Hub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ConnectWare Hub",
  "version": "1.2.0",
  "description": "Click-to-call and screen pop for ConnectWare UCaaS",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "tabs",
    "alarms"
  ],
  "host_permissions": [
    "https://geoportal-250.secureuc.net/*",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/socket.io.min.js",
      "background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content-inject.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content/content-main.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cw-crm@geoportal-250.secureuc.net",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ConnectWare Hub Alternatives

Here are some Firefox add-ons that are similar to ConnectWare Hub: