Scratchpay Payments
Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…
Qu'est-ce que Scratchpay Payments ?
Scratchpay Payments est une extension Chrome développée par Scratch Pay, et sa fonction principale est "Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scratchpay Payments
Téléchargez les fichiers d'extension Scratchpay Payments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Scratchpay Payments |
ID | oljahnbfdpmlaimhoklknhbcpaiailkk |
URL Officiel | 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… |
Taille du Fichier | 1.3 MB |
Nombre d'Installations | 1,964 |
Version Actuelle | 1.52.0 |
Dernière Mise à Jour | 2024-02-28 |
Date de Publication | 2021-11-17 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Scratch Pay |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://scratchpay.com/ |
URL de la Page de Politique de Confidentialité | https://scratchpay.com/legal/privacy-providers |
Langues Prises en Charge | 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" } } |