Test credit cards

Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click

Test credit cards란 무엇입니까?

Test credit cards은(는) n.chaulet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click"입니다.

확장 프로그램 스크린샷

screenshot

Test credit cards 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Test credit card extension makes it easy to test checkout forms that use either Stripe or Braintree as their payment processor. No more manually entering test credit card numbers or struggling to find the right test card to use. With a single click, the Test Credit Card Generator will provide you with a valid test credit card number that you can use in your checkout form. That extension will try to autofill your checkout form or copy the number in your clipboard if we are not able to do the auto-fill.                    

확장 프로그램 기본 정보

이름 Test credit cards Test credit cards
ID iagcedmpdikaddpnnmafhfbcabgcbdib
공식 URL https://chromewebstore.google.com/detail/test-credit-cards/iagcedmpdikaddpnnmafhfbcabgcbdib
설명 Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click
파일 크기 19.38 KB
설치 횟수 633
현재 버전 1.3
최근 업데이트 2023-02-16
출시 날짜 2019-03-05
평점 5.00/5 총 3 개의 평점
개발자 n.chaulet
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Test credit cards",
    "version": "1.3",
    "description": "Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe\/Braintree with a click",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.2b592acc.html",
        "default_title": "Test credit cards"
    },
    "icons": {
        "16": "credit-card-16.5a5f6648.png",
        "128": "credit-card-128.7e8cf527.png"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage",
        "scripting"
    ]
}