Scratchpay Payments

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

Hvad er Scratchpay Payments?

Scratchpay Payments er en Chrome-udvidelse udviklet af Scratch Pay, og dens hovedfunktion er "Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Scratchpay Payments-udvidelses-CRX-fil

Download Scratchpay Payments-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Scratchpay Payments Scratchpay Payments
ID oljahnbfdpmlaimhoklknhbcpaiailkk
Officiel URL https://chromewebstore.google.com/detail/scratchpay-payments/oljahnbfdpmlaimhoklknhbcpaiailkk
Beskrivelse Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…
Filstørrelse 1.3 MB
Antal Installationer 1,964
Nuværende Version 1.52.0
Senest Opdateret 2024-02-28
Udgivelsesdato 2021-11-17
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Scratch Pay
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://scratchpay.com/
URL til Fortrolighedspolitik Side https://scratchpay.com/legal/privacy-providers
Understøttede Sprog 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"
    }
}