Scratchpay Payments
Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…
什么是Scratchpay Payments?
Scratchpay Payments是由Scratch Pay开发的Chrome扩展程序,该扩展的主要功能是“Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…”。
扩展截图
下载Scratchpay Payments扩展crx文件
下载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" } } |