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によって開発されたChromeの拡張機能で、その主な機能は「Scratch Payments is an extension that allows current Scratch veterinary partners to securely accept card payments through their…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Scratchpay Payments拡張機能のCRXファイルをダウンロード

Scratchpay Payments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
    }
}