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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}