Test Payment Cards Extension
An extension which allows you to easily use test cards in your test environments
ما هو Test Payment Cards Extension؟
Test Payment Cards Extension هو إضافة Chrome تم تطويرها بواسطة vasilydshelkov، والميزة الرئيسية لها هي "An extension which allows you to easily use test cards in your test environments".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Test Payment Cards Extension
قم بتنزيل ملفات الامتداد Test Payment Cards Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Currently supports Stripe test cards which can be copied from the extension to save you searching docs It also allows you save your favourite cards and also immediately shows your recently copied cards
معلومات أساسية عن التمديد
الاسم | Test Payment Cards Extension |
ID | doodkfllmdadjpkgckmhmmdcdkclgjgc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/test-payment-cards-extens/doodkfllmdadjpkgckmhmmdcdkclgjgc |
الوصف | An extension which allows you to easily use test cards in your test environments |
حجم الملف | 586 KB |
عدد التثبيتات | 140 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2019-09-05 |
تاريخ النشر | 2019-08-31 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | vasilydshelkov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/VasilyShelkov/test-payment-cards-extension |
عنوان صفحة المساعدة | https://github.com/VasilyShelkov/test-payment-cards-extension/issues |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "short_name": "Test Cards", "name": "Test Payment Cards Extension", "description": "An extension which allows you to easily use test cards in your test environments", "browser_action": { "default_title": "Test Cards", "default_popup": "popup.html" }, "background": { "scripts": [ "background.bundle.js" ] }, "content_scripts": [ { "matches": [ " |