Scratchpay Payments
Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…
Apa itu Scratchpay Payments?
Scratchpay Payments adalah ekstensi Chrome yang dikembangkan oleh Scratch Pay, dan fitur utamanya adalah "Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Scratchpay Payments
Unduh file ekstensi Scratchpay Payments dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Scratchpay Payments |
ID | oljahnbfdpmlaimhoklknhbcpaiailkk |
URL Resmi | https://chromewebstore.google.com/detail/scratchpay-payments/oljahnbfdpmlaimhoklknhbcpaiailkk |
Deskripsi | Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their… |
Ukuran File | 1.3 MB |
Jumlah Instalasi | 1,964 |
Versi Saat Ini | 1.52.0 |
Terakhir Diperbarui | 2024-02-28 |
Tanggal Publikasi | 2021-11-17 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Scratch Pay |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://scratchpay.com/ |
URL Halaman Kebijakan Privasi | https://scratchpay.com/legal/privacy-providers |
Bahasa yang Didukung | 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" } } |