PracticeSync for InstinctVet Firefox

Examine source code of PracticeSync for InstinctVet

Inspect and view changes in PracticeSync for InstinctVet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "PracticeSync Payments for InstinctVet",
  "description": "A payment integration extension for sending payments to card reader terminals.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "version": "1.1.2",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "instinctvet@4act.com",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "*://localhost/*",
    "*://vsmart.vsurv.com/*"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.instinctvet.cloud/*"
      ],
      "all_frames": true,
      "js": [
        "jquery-3.6.0.min.js",
        "jquery-ui.min.js",
        "shared/sharedPaymentFunctions.js",
        "pims/instinctvet/instinctvet.js"
      ],
      "css": [
        "jquery-ui.min.css",
        "extension.css"
      ]
    }
  ]
}

Best PracticeSync for InstinctVet Alternatives

Here are some Firefox add-ons that are similar to PracticeSync for InstinctVet: