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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย n.chaulet และคุณลักษณะหลักของมันคือ "Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Test credit cards
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |