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 |
官方網址 | 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" } } |