Scratchpay Payments
Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…
Scratchpay Payments là gì?
Scratchpay Payments là một tiện ích mở rộng Chrome được phát triển bởi Scratch Pay, và tính năng chính của nó là "Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Scratchpay Payments
Tải xuống các tệp mở rộng Scratchpay Payments dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scratchpay Payments |
ID | oljahnbfdpmlaimhoklknhbcpaiailkk |
URL Chính Thức | https://chromewebstore.google.com/detail/scratchpay-payments/oljahnbfdpmlaimhoklknhbcpaiailkk |
Mô tả | Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their… |
Kích Thước Tệp | 1.3 MB |
Số Lần Cài Đặt | 1,964 |
Phiên Bản Hiện Tại | 1.52.0 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2021-11-17 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Scratch Pay |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://scratchpay.com/ |
URL Trang Chính Sách Bảo Mật | https://scratchpay.com/legal/privacy-providers |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |