Test Payments
Right-click context menu to add payments test data
What is Test Payments?
Test Payments is a Chrome extension developed by https://facundofarias.github.io, and its main feature is "Right-click context menu to add payments test data".
Extension Screenshots
Download Test Payments Extension CRX File
Download Test Payments 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
Helps to test common payment frameworks with testing data, such as: - Name, Address, Phone per location. - Payment test data for providers: 1. Stripe 2. PayPal 3. Spreedly 4. BrainTree 5. MercadoPago 6. Mango 7. WorldPay 8. Adyen 9. SagePay 10. Paymill 11. More are coming! - Open source and open for modification (https://github.com/facundofarias/test-payments) - You can also propose new features on GitHub! :)
Extension Basic Information
Name | Test Payments |
ID | lmeopbbdngpgcbdagpjgbdlkcafofpji |
Official URL | https://chromewebstore.google.com/detail/test-payments/lmeopbbdngpgcbdagpjgbdlkcafofpji |
Description | Right-click context menu to add payments test data |
File Size | 24.26 KB |
Installation Count | 493 |
Current Version | 0.5 |
Last Updated | 2015-02-26 |
Publish Date | 2015-02-26 |
Rating | 3.80/5 Total 5 Ratings |
Developer | https://facundofarias.github.io |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/facundofarias/test-payments |
Help Page URL | https://github.com/facundofarias/test-payments |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Test Payments", "description": "Right-click context menu to add payments test data", "version": "0.5", "permissions": [ "contextMenus" ], "background": { "scripts": [ "extension.js" ] }, "content_scripts": [ { "matches": [ " |