Test Payments

Right-click context menu to add payments test data

Test Payments là gì?

Test Payments là một tiện ích mở rộng Chrome được phát triển bởi https://facundofarias.github.io, và tính năng chính của nó là "Right-click context menu to add payments test data".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Test Payments

Tải xuống các tệp mở rộng Test Payments dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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! :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Test Payments Test Payments
ID lmeopbbdngpgcbdagpjgbdlkcafofpji
URL Chính Thức https://chromewebstore.google.com/detail/test-payments/lmeopbbdngpgcbdagpjgbdlkcafofpji
Mô tả Right-click context menu to add payments test data
Kích Thước Tệp 24.26 KB
Số Lần Cài Đặt 493
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2015-02-26
Ngày Phát Hành 2015-02-26
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://facundofarias.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/facundofarias/test-payments
URL Trang Trợ Giúp https://github.com/facundofarias/test-payments
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "js": [
                "context-element.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "testpayments.png",
        "16": "testpayments-16.png"
    }
}