PracticeSync Payment Extension Firefox

Examine source code of PracticeSync Payment Extension

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

Best PracticeSync Payment Extension Alternatives

Here are some Firefox add-ons that are similar to PracticeSync Payment Extension: