Adyen Test Cards
Copy and prefill Adyen test card numbers and other payment methods with a single click.
Adyen Test Cards क्या है?
Adyen Test Cards adyendev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy and prefill Adyen test card numbers and other payment methods with a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Adyen Test Cards एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adyen offers a convenient way to test your Checkout integration by providing test card numbers, Gift cards and IBANs. With the help of this Chrome extension, you can effortlessly access these test card numbers directly within your browser. Here's what you can do with this extension: 1. Copy the payment method details (card number, expiry date, CVC, IBAN, etc..) to your clipboard with a single click. 2. Pre-fill the Adyen Web Drop-in with the selected credit/debit card, Gift card or IBAN. 3. Perform test payments very quickly choosing between different payment methods. 4. Pin your preferred cards to show them always first. Visit our 'adyen-testcards-extension' GitHub repository to report an issue, provide feedback or contribute.
एक्सटेंशन की मूल जानकारी
नाम | Adyen Test Cards |
ID | icllkfleeahmemjgoibajcmeoehkeoag |
आधिकारिक URL | https://chromewebstore.google.com/detail/adyen-test-cards/icllkfleeahmemjgoibajcmeoehkeoag |
विवरण | Copy and prefill Adyen test card numbers and other payment methods with a single click. |
फ़ाइल का आकार | 998 KB |
स्थापना संख्या | 2,473 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2024-01-29 |
प्रकाशन तिथि | 2023-07-20 |
रेटिंग | 4.92/5 कुल 13 रेटिंग्स |
डेवलपर | adyendev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://docs.adyen.com/development-resources/testing/test-card-numbers |
सहायता पृष्ठ URL | https://github.com/adyen-examples/adyen-testcards-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Adyen Test Cards", "version": "0.0.3", "description": "Copy and prefill Adyen test card numbers and other payment methods with a single click.", "action": { "default_title": "Adyen Test Cards" }, "icons": { "16": "images\/logo-adyen-A.png", "48": "images\/logo-adyen-A.png", "128": "images\/logo-adyen-A.png" }, "background": { "service_worker": "service-worker.js" }, "side_panel": { "default_path": "panel.html" }, "permissions": [ "sidePanel", "scripting", "activeTab", "storage" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "\/data\/*.json" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] } |