Scratchpay Payments

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

Wat is Scratchpay Payments?

Scratchpay Payments is een Chrome-extensie ontwikkeld door Scratch Pay, en de belangrijkste functie is "Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Scratchpay Payments

Download Scratchpay Payments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Scratchpay Payments Scratchpay Payments
ID oljahnbfdpmlaimhoklknhbcpaiailkk
Officiële URL https://chromewebstore.google.com/detail/scratchpay-payments/oljahnbfdpmlaimhoklknhbcpaiailkk
Beschrijving Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…
Bestandsgrootte 1.3 MB
Aantal Installaties 1,964
Huidige Versie 1.52.0
Laatst Bijgewerkt 2024-02-28
Publicatiedatum 2021-11-17
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Scratch Pay
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://scratchpay.com/
URL van de Privacybeleid Pagina https://scratchpay.com/legal/privacy-providers
Ondersteunde Talen 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"
    }
}