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 là gì?

Test credit cards là một tiện ích mở rộng Chrome được phát triển bởi n.chaulet, và tính năng chính của nó là "Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Test credit cards

Tải xuống các tệp mở rộng Test credit cards dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Test credit cards Test credit cards
ID iagcedmpdikaddpnnmafhfbcabgcbdib
URL Chính Thức https://chromewebstore.google.com/detail/test-credit-cards/iagcedmpdikaddpnnmafhfbcabgcbdib
Mô tả Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click
Kích Thước Tệp 19.38 KB
Số Lần Cài Đặt 633
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-02-16
Ngày Phát Hành 2019-03-05
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển n.chaulet
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}