CardGenerator - Credit Card Generator Tool
Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.
CardGenerator - Credit Card Generator Tool란 무엇입니까?
CardGenerator - Credit Card Generator Tool은(는) https://cardgenerator.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup."입니다.
확장 프로그램 스크린샷
CardGenerator - Credit Card Generator Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Using the card generator tool you can generate cards details that are valid and can be created in bulk with unique details. These details are automatically converted into JSON, XML, and CSV format. You can create cards of all the major card issuer such as visa and many other. These card details can be used for testing and singing up on different places. Keep in mind that there is no monetary value attached to these card details so you won't be able to buy anything from them whether it is digital or physical. You can also use this card generator tool for bin search, validation, and checking. Other than that you can also validate your credit cards using your tools easily in a single click.
확장 프로그램 기본 정보
이름 | CardGenerator - Credit Card Generator Tool |
ID | clfepindjacbocfmmbojdkppjdalnpog |
공식 URL | https://chromewebstore.google.com/detail/cardgenerator-credit-card/clfepindjacbocfmmbojdkppjdalnpog |
설명 | Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup. |
파일 크기 | 89.06 KB |
설치 횟수 | 1,451 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-12-23 |
출시 날짜 | 2021-06-22 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://cardgenerator.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cardgenerator.org/ |
도움말 페이지 URL | https://cardgenerator.org/contact |
개인정보 보호 정책 페이지 URL | https://cardgenerator.org/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html", "default_title": "CardGenerator - Credit Card Generator Tool" }, "description": "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.", "homepage_url": "https:\/\/cardgenerator.org\/", "icons": { "128": "favicon.png" }, "manifest_version": 2, "name": "CardGenerator - Credit Card Generator Tool", "short_name": "CardGenerator", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |