Test Payments

Right-click context menu to add payments test data

Test Payments क्या है?

Test Payments https://facundofarias.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right-click context menu to add payments test data"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Test Payments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}