Scratchpay Payments
Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…
What is Scratchpay Payments?
Scratchpay Payments is a Chrome extension developed by Scratch Pay, and its main feature is "Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…".
Extension Screenshots
Download Scratchpay Payments Extension CRX File
Download Scratchpay Payments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their wireless card readers on the Scratch Pay platform. Simply tap, dip or swipe to collect payment without ever leaving the page you are working on.
Extension Basic Information
Name | Scratchpay Payments |
ID | oljahnbfdpmlaimhoklknhbcpaiailkk |
Official URL | https://chromewebstore.google.com/detail/scratchpay-payments/oljahnbfdpmlaimhoklknhbcpaiailkk |
Description | Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their… |
File Size | 1.3 MB |
Installation Count | 1,964 |
Current Version | 1.52.0 |
Last Updated | 2024-02-28 |
Publish Date | 2021-11-17 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Scratch Pay |
[email protected] | |
Payment Type | free |
Extension Website | https://scratchpay.com/ |
Privacy Policy Page URL | https://scratchpay.com/legal/privacy-providers |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scratchpay Payments", "version": "1.52.0", "manifest_version": 3, "permissions": [ "storage", "notifications", "gcm", "windows", "activeTab", "alarms", "clipboardWrite" ], "content_scripts": [ { "matches": [ "https:\/\/*.ezyvet.com\/*", "https:\/\/*.vettersoftware.com\/*", "https:\/\/*.denticon.com\/*", "https:\/\/*.smilebrands.com\/*", "https:\/\/*.evetpractice.com\/*", "https:\/\/*.dentrixascend.com\/*", "https:\/\/*.instinctvet.cloud\/*", "https:\/\/*.rhapsody.vet\/*" ], "js": [ "main.js" ], "all_frames": true } ], "icons": { "16": "assets\/images\/logo16.png", "48": "assets\/images\/logo48.png", "128": "assets\/images\/logo128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Scratchpay", "default_icon": "assets\/images\/logo128.png", "default_popup": "login.html" } } |