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" } } |