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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scratchpay Payments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
गोपनीयता नीति पृष्ठ 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" } } |