Scratchpay Payments

Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…

Was ist Scratchpay Payments?

Scratchpay Payments ist eine Chrome-Erweiterung, die von Scratch Pay entwickelt wurde, und ihr Hauptmerkmal ist "Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Scratchpay Payments-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scratchpay Payments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Scratchpay Payments Scratchpay Payments
ID oljahnbfdpmlaimhoklknhbcpaiailkk
Offizielle URL https://chromewebstore.google.com/detail/scratchpay-payments/oljahnbfdpmlaimhoklknhbcpaiailkk
Beschreibung Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…
Dateigröße 1.3 MB
Installationsanzahl 1,964
Aktuelle Version 1.52.0
Letztes Update 2024-02-28
Veröffentlichungsdatum 2021-11-17
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Scratch Pay
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://scratchpay.com/
URL der Datenschutzrichtlinien-Seite https://scratchpay.com/legal/privacy-providers
Unterstützte Sprachen 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"
    }
}