Peacock Quick Contact Bridge Firefox

Examine source code of Peacock Quick Contact Bridge

By: mynah Add-on
Inspect and view changes in Peacock Quick Contact Bridge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Peacock Quick Contact Bridge",
  "version": "1.8",
  "description": "Auto-fills patient details from GlobeMed into the Peacock Patient Quick Contact page. Nothing leaves your machine.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quick-contact-bridge@peacockclinic.ca",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://gm3.globemed.ca/*",
    "file:///*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://gm3.globemed.ca/*"
      ],
      "js": [
        "content_globemed.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "file:///*"
      ],
      "js": [
        "content_quickcontact.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Peacock Quick Contact Bridge Alternatives

Here are some Firefox add-ons that are similar to Peacock Quick Contact Bridge: