Braintree Testing

Right-click context menu to fill form elements with Braintree's testing credit cards numbers

Braintree Testing là gì?

Braintree Testing là một tiện ích mở rộng Chrome được phát triển bởi Diego Iglesias, và tính năng chính của nó là "Right-click context menu to fill form elements with Braintree's testing credit cards numbers".

Ả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 Braintree Testing

Tải xuống các tệp mở rộng Braintree Testing 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

                        Easily test Braintree credit cards by just right clicking on form field, text areas or content editable divs. Insert successful and unsuccessful credit cards: Visa, MasterCard, Maestro, JCB, American Express and Discover.

Basically it's a simplified version of Test Payments but focused on Braintree.                    

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

Tên Braintree Testing Braintree Testing
ID ejnobgjbngckmjfhhgieglmhddcgncil
URL Chính Thức https://chrome.google.com/webstore/detail/braintree-testing/ejnobgjbngckmjfhhgieglmhddcgncil
Mô tả Right-click context menu to fill form elements with Braintree's testing credit cards numbers
Kích Thước Tệp 6.05 KB
Số Lần Cài Đặt 214
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2016-09-26
Ngày Phát Hành 2016-09-26
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Diego Iglesias
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/diegoiglesias/braintree-testing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Braintree Testing",
    "description": "Right-click context menu to fill form elements with Braintree's testing credit cards numbers",
    "version": "0.1.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "context-element.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "fa-credit-card_16_0_000000_none.png",
        "128": "fa-credit-card_128_0_000000_none.png"
    }
}