Credit Card Validator
Introducing Credit Card Validator, a Chrome extension for secure and efficient credit card number verification.
Credit Card Validatorคืออะไร?
Credit Card Validator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://creditcardgenerator.app และคุณลักษณะหลักของมันคือ "Introducing Credit Card Validator, a Chrome extension for secure and efficient credit card number verification."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Credit Card Validator
ดาวน์โหลดไฟล์ส่วนขยาย Credit Card Validator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Our Credit Card Validator let's you take your payment system testing and free trial activations to the next level. Created to ensure 100% valid credit card numbers, this powerful tool is your one-stop solution for efficient testing and validation processes. Features: Accurate Card Validation: Validate card numbers with precision and confidence, ensuring their correctness and authenticity. Efficient Testing: Streamline your testing processes by quickly verifying card details, including CVV, expiry date, and cardholder name. Secure and Reliable: Rest assured that your payment system is robust and error-free with thorough credit card validation. Simplified Free Trial Activations: Easily activate free trials using validated card numbers, eliminating the need for real payment information. Experience the ease and confidence of credit card validation with our Credit Card Validator. Upgrade your payment systems today. Visit our website at https://creditcardvalidator.app for more information and to get started.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Credit Card Validator |
ID | leeajmpojcofmlnfcklmphcjhmngnopc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/credit-card-validator/leeajmpojcofmlnfcklmphcjhmngnopc |
คำอธิบาย | Introducing Credit Card Validator, a Chrome extension for secure and efficient credit card number verification. |
ขนาดไฟล์ | 19.7 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-08-03 |
วันที่เผยแพร่ | 2023-07-07 |
ผู้พัฒนา | https://creditcardgenerator.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://creditcardgenerator.app/credit-card-validator/ |
URL หน้าช่วยเหลือ | https://creditcardgenerator.app/contact/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Credit Card Validator", "version": "1.0", "manifest_version": 3, "description": "Introducing Credit Card Validator, a Chrome extension for secure and efficient credit card number verification.", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |