Test credit cards
Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click
Qu'est-ce que Test credit cards ?
Test credit cards est une extension Chrome développée par n.chaulet, et sa fonction principale est "Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Test credit cards
Téléchargez les fichiers d'extension Test credit cards au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Test credit cards |
ID | iagcedmpdikaddpnnmafhfbcabgcbdib |
URL Officiel | https://chromewebstore.google.com/detail/test-credit-cards/iagcedmpdikaddpnnmafhfbcabgcbdib |
Description | Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click |
Taille du Fichier | 19.38 KB |
Nombre d'Installations | 633 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2023-02-16 |
Date de Publication | 2019-03-05 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | n.chaulet |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |