Test credit cards
Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click
Vad är Test credit cards?
Test credit cards är en Chrome-tillägg utvecklad av n.chaulet, och dess huvudfunktion är "Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click".
Tilläggsskärmbilder
Ladda ner Test credit cards-förlängningens CRX-fil
Ladda ner Test credit cards-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Test credit cards |
ID | iagcedmpdikaddpnnmafhfbcabgcbdib |
Officiell webbadress | https://chromewebstore.google.com/detail/test-credit-cards/iagcedmpdikaddpnnmafhfbcabgcbdib |
Beskrivning | Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click |
Filstorlek | 19.38 KB |
Antal Installationer | 633 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2023-02-16 |
Publiceringsdatum | 2019-03-05 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | n.chaulet |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |