Test CreditCards for PostFinance FlexCheckout
Test CreditCards for PostFinance FlexCheckout
Wat is Test CreditCards for PostFinance FlexCheckout?
Test CreditCards for PostFinance FlexCheckout is een Chrome-extensie ontwikkeld door Stef Käser, en de belangrijkste functie is "Test CreditCards for PostFinance FlexCheckout".
Extensie Screenshots
Download het CRX-bestand van de extensie Test CreditCards for PostFinance FlexCheckout
Download Test CreditCards for PostFinance FlexCheckout-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This plugin inserts additional buttons into the flexcheckout mask of PostFinance to provide test credit cards. Depending on the brand, a valid card, an invalid card and a card with 3D secure is provided. V1.2.0.0 Support for expiry date with textboxes V1.3.0.1 Support for credit cards with 3ds V2.1
Basisinformatie over de Extensie
Naam | Test CreditCards for PostFinance FlexCheckout |
ID | ikghmkdkihbhgpfmaaidhobbhfkdhdfp |
Officiële URL | https://chromewebstore.google.com/detail/test-creditcards-for-post/ikghmkdkihbhgpfmaaidhobbhfkdhdfp |
Beschrijving | Test CreditCards for PostFinance FlexCheckout |
Bestandsgrootte | 12.43 KB |
Aantal Installaties | 247 |
Huidige Versie | 1.3.0.1 |
Laatst Bijgewerkt | 2019-10-17 |
Publicatiedatum | 2019-10-17 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Stef Käser |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Test CreditCards for PostFinance FlexCheckout", "description": "Test CreditCards for PostFinance FlexCheckout", "browser_action": { "default_icon": "icon16.png" }, "version": "1.3.0.1", "author": "Stef K\u00e4ser", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/postfinance.test.v-psp.com\/*" ], "js": [ "contentscript.js" ] } ] } |