Test credit cards

Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click

Test credit cards क्या है?

Test credit cards n.chaulet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click"।

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

screenshot

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

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

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

                        The Test credit card extension makes it easy to test checkout forms that use either Stripe or Braintree as their payment processor. No more manually entering test credit card numbers or struggling to find the right test card to use. With a single click, the Test Credit Card Generator will provide you with a valid test credit card number that you can use in your checkout form. That extension will try to autofill your checkout form or copy the number in your clipboard if we are not able to do the auto-fill.                    

एक्सटेंशन की मूल जानकारी

नाम Test credit cards Test credit cards
ID iagcedmpdikaddpnnmafhfbcabgcbdib
आधिकारिक URL https://chromewebstore.google.com/detail/test-credit-cards/iagcedmpdikaddpnnmafhfbcabgcbdib
विवरण Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click
फ़ाइल का आकार 19.38 KB
स्थापना संख्या 633
वर्तमान संस्करण 1.3
अंतिम अपडेट 2023-02-16
प्रकाशन तिथि 2019-03-05
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर n.chaulet
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Test credit cards",
    "version": "1.3",
    "description": "Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe\/Braintree with a click",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.2b592acc.html",
        "default_title": "Test credit cards"
    },
    "icons": {
        "16": "credit-card-16.5a5f6648.png",
        "128": "credit-card-128.7e8cf527.png"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage",
        "scripting"
    ]
}