Scratchpay Payments
Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…
Cos'è Scratchpay Payments?
Scratchpay Payments è un'estensione di Chrome sviluppata da Scratch Pay, e la sua funzione principale è "Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scratchpay Payments
Scarica i file di estensione Scratchpay Payments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Scratchpay Payments |
ID | oljahnbfdpmlaimhoklknhbcpaiailkk |
URL Ufficiale | https://chromewebstore.google.com/detail/scratchpay-payments/oljahnbfdpmlaimhoklknhbcpaiailkk |
Descrizione | Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their… |
Dimensione del File | 1.3 MB |
Conteggio Installazioni | 1,964 |
Versione Corrente | 1.52.0 |
Ultimo Aggiornamento | 2024-02-28 |
Data di Pubblicazione | 2021-11-17 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Scratch Pay |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://scratchpay.com/ |
URL della Pagina della Politica sulla Privacy | https://scratchpay.com/legal/privacy-providers |
Lingue Supportate | 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" } } |