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文件

下载Test credit cards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}