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 |
公式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 |
Eメール | [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" ] } |