Test credit cards

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

Was ist Test credit cards?

Test credit cards ist eine Chrome-Erweiterung, die von n.chaulet entwickelt wurde, und ihr Hauptmerkmal ist "Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click".

Erweiterungsscreenshots

screenshot

Test credit cards-Erweiterungs-CRX-Datei herunterladen

Laden Sie Test credit cards-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Test credit cards Test credit cards
ID iagcedmpdikaddpnnmafhfbcabgcbdib
Offizielle URL https://chromewebstore.google.com/detail/test-credit-cards/iagcedmpdikaddpnnmafhfbcabgcbdib
Beschreibung Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click
Dateigröße 19.38 KB
Installationsanzahl 633
Aktuelle Version 1.3
Letztes Update 2023-02-16
Veröffentlichungsdatum 2019-03-05
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler n.chaulet
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}