Test Payment Cards Extension
An extension which allows you to easily use test cards in your test environments
What is Test Payment Cards Extension?
Test Payment Cards Extension is a Chrome extension developed by vasilydshelkov, and its main feature is "An extension which allows you to easily use test cards in your test environments".
Extension Screenshots
Download Test Payment Cards Extension Extension CRX File
Download Test Payment Cards Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Currently supports Stripe test cards which can be copied from the extension to save you searching docs It also allows you save your favourite cards and also immediately shows your recently copied cards
Extension Basic Information
Name | Test Payment Cards Extension |
ID | doodkfllmdadjpkgckmhmmdcdkclgjgc |
Official URL | https://chromewebstore.google.com/detail/test-payment-cards-extens/doodkfllmdadjpkgckmhmmdcdkclgjgc |
Description | An extension which allows you to easily use test cards in your test environments |
File Size | 586 KB |
Installation Count | 140 |
Current Version | 0.0.1 |
Last Updated | 2019-09-05 |
Publish Date | 2019-08-31 |
Rating | 4.00/5 Total 1 Ratings |
Developer | vasilydshelkov |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/VasilyShelkov/test-payment-cards-extension |
Help Page URL | https://github.com/VasilyShelkov/test-payment-cards-extension/issues |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "short_name": "Test Cards", "name": "Test Payment Cards Extension", "description": "An extension which allows you to easily use test cards in your test environments", "browser_action": { "default_title": "Test Cards", "default_popup": "popup.html" }, "background": { "scripts": [ "background.bundle.js" ] }, "content_scripts": [ { "matches": [ " |