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" ] } |