Scratchpay Payments
Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…
O que é Scratchpay Payments?
Scratchpay Payments é uma extensão do Chrome desenvolvida por Scratch Pay, e sua principal característica é "Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Scratchpay Payments
Baixe arquivos de extensão Scratchpay Payments no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Scratchpay Payments |
ID | oljahnbfdpmlaimhoklknhbcpaiailkk |
URL Oficial | https://chromewebstore.google.com/detail/scratchpay-payments/oljahnbfdpmlaimhoklknhbcpaiailkk |
Descrição | Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their… |
Tamanho do Arquivo | 1.3 MB |
Contagem de Instalações | 1,964 |
Versão Atual | 1.52.0 |
Última Atualização | 2024-02-28 |
Data de Publicação | 2021-11-17 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Scratch Pay |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://scratchpay.com/ |
URL da Página de Política de Privacidade | https://scratchpay.com/legal/privacy-providers |
Idiomas Suportados | 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" } } |