Braintree Testing

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

Braintree Testingคืออะไร?

Braintree Testing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Diego Iglesias และคุณลักษณะหลักของมันคือ "Right-click context menu to fill form elements with Braintree's testing credit cards numbers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Braintree Testing

ดาวน์โหลดไฟล์ส่วนขยาย Braintree Testing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Braintree Testing Braintree Testing
ID ejnobgjbngckmjfhhgieglmhddcgncil
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/braintree-testing/ejnobgjbngckmjfhhgieglmhddcgncil
คำอธิบาย Right-click context menu to fill form elements with Braintree's testing credit cards numbers
ขนาดไฟล์ 6.05 KB
จำนวนการติดตั้ง 214
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2016-09-26
วันที่เผยแพร่ 2016-09-26
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Diego Iglesias
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/diegoiglesias/braintree-testing
ภาษาที่รองรับ 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"
    }
}