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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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" } } |