Test Payment Cards Extension
An extension which allows you to easily use test cards in your test environments
Co to jest Test Payment Cards Extension?
Test Payment Cards Extension to rozszerzenie Chrome opracowane przez vasilydshelkov, a jego główną funkcją jest „An extension which allows you to easily use test cards in your test environments”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Test Payment Cards Extension
Pobierz pliki rozszerzeń Test Payment Cards Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Test Payment Cards Extension |
ID | doodkfllmdadjpkgckmhmmdcdkclgjgc |
Oficjalny URL | https://chromewebstore.google.com/detail/test-payment-cards-extens/doodkfllmdadjpkgckmhmmdcdkclgjgc |
Opis | An extension which allows you to easily use test cards in your test environments |
Rozmiar pliku | 586 KB |
Liczba instalacji | 140 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2019-09-05 |
Data Publikacji | 2019-08-31 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | vasilydshelkov |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/VasilyShelkov/test-payment-cards-extension |
Adres URL Strony Pomocy | https://github.com/VasilyShelkov/test-payment-cards-extension/issues |
Obsługiwane Języki | 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": [ " |