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”。
擴展截圖
下載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 |
ID | iagcedmpdikaddpnnmafhfbcabgcbdib |
官方網址 | 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" ] } |