Test Payments

Right-click context menu to add payments test data

Test Paymentsคืออะไร?

Test Payments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://facundofarias.github.io และคุณลักษณะหลักของมันคือ "Right-click context menu to add payments test data"

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

screenshot

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

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

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

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

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

ชื่อ Test Payments Test Payments
ID lmeopbbdngpgcbdagpjgbdlkcafofpji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/test-payments/lmeopbbdngpgcbdagpjgbdlkcafofpji
คำอธิบาย Right-click context menu to add payments test data
ขนาดไฟล์ 24.26 KB
จำนวนการติดตั้ง 493
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2015-02-26
วันที่เผยแพร่ 2015-02-26
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://facundofarias.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/facundofarias/test-payments
URL หน้าช่วยเหลือ https://github.com/facundofarias/test-payments
ภาษาที่รองรับ 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"
    }
}