Test Payment Cards Extension
An extension which allows you to easily use test cards in your test environments
O que é Test Payment Cards Extension?
Test Payment Cards Extension é uma extensão do Chrome desenvolvida por vasilydshelkov, e sua principal característica é "An extension which allows you to easily use test cards in your test environments".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Test Payment Cards Extension
Baixe arquivos de extensão Test Payment Cards Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Test Payment Cards Extension |
ID | doodkfllmdadjpkgckmhmmdcdkclgjgc |
URL Oficial | https://chromewebstore.google.com/detail/test-payment-cards-extens/doodkfllmdadjpkgckmhmmdcdkclgjgc |
Descrição | An extension which allows you to easily use test cards in your test environments |
Tamanho do Arquivo | 586 KB |
Contagem de Instalações | 140 |
Versão Atual | 0.0.1 |
Última Atualização | 2019-09-05 |
Data de Publicação | 2019-08-31 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | vasilydshelkov |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/VasilyShelkov/test-payment-cards-extension |
URL da Página de Ajuda | https://github.com/VasilyShelkov/test-payment-cards-extension/issues |
Idiomas Suportados | 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": [ " |