PracticeSync for VetSpire Firefox

Examine source code of PracticeSync for VetSpire

Inspect and view changes in PracticeSync for VetSpire source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "PracticeSync Payments for VetSpire",
  "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.3",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "vetspire@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://*.vetspire.com/*"
      ],
      "all_frames": true,
      "js": [
        "jquery-3.6.0.min.js",
        "jquery-ui.min.js",
        "shared/sharedPaymentFunctions.js",
        "pims/vetspire/vetspire.js"
      ],
      "css": [
        "jquery-ui.min.css",
        "extension.css"
      ]
    }
  ]
}

Best PracticeSync for VetSpire Alternatives

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