3CX Phone number finder

3CX Phone number finder

find phone numbers and launch 3cx webclient

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_popup": "options/options.html"
  },
  "author": "SVS ICT B.V.",
  "background": {
    "service_worker": "worker_wrapper.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/patch.js",
        "js/jquery-3.2.1.min.js",
        "js/ContentPage.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "find phone numbers and launch 3cx webclient",
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "19": "images/Icon19.png",
    "32": "images/Icon32.png",
    "48": "images/Icon48.png",
    "128": "images/Icon128.png"
  },
  "manifest_version": 3,
  "name": "3CX Phone number finder",
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "short_name": "3CX clicktodial",
  "version": "1.0.2"
}