Scratchpay Payments
Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…
Scratchpay Paymentsคืออะไร?
Scratchpay Payments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scratch Pay และคุณลักษณะหลักของมันคือ "Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scratchpay Payments
ดาวน์โหลดไฟล์ส่วนขยาย Scratchpay Payments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Scratchpay Payments |
ID | oljahnbfdpmlaimhoklknhbcpaiailkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scratchpay-payments/oljahnbfdpmlaimhoklknhbcpaiailkk |
คำอธิบาย | Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their… |
ขนาดไฟล์ | 1.3 MB |
จำนวนการติดตั้ง | 1,964 |
เวอร์ชันปัจจุบัน | 1.52.0 |
อัปเดตครั้งล่าสุด | 2024-02-28 |
วันที่เผยแพร่ | 2021-11-17 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Scratch Pay |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://scratchpay.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://scratchpay.com/legal/privacy-providers |
ภาษาที่รองรับ | 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" } } |