Scratchpay Payments

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

Co je Scratchpay Payments?

Scratchpay Payments je rozšíření Chrome vyvinuté Scratch Pay, a jeho hlavní funkcí je „Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Scratchpay Payments

Stáhněte si soubory rozšíření Scratchpay Payments ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Scratchpay Payments Scratchpay Payments
ID oljahnbfdpmlaimhoklknhbcpaiailkk
Oficiální URL https://chromewebstore.google.com/detail/scratchpay-payments/oljahnbfdpmlaimhoklknhbcpaiailkk
Popis Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…
Velikost souboru 1.3 MB
Počet instalací 1,964
Aktuální Verze 1.52.0
Poslední Aktualizace 2024-02-28
Datum Vydání 2021-11-17
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Scratch Pay
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://scratchpay.com/
URL Stránky Zásad Ochrany Soukromí https://scratchpay.com/legal/privacy-providers
Podporované Jazyky 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"
    }
}