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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy and prefill Adyen test card numbers and other payment methods with a single click."입니다.
확장 프로그램 스크린샷
Adyen Test Cards 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*" ] } ] } |