Test Payments

Right-click context menu to add payments test data

Qu'est-ce que Test Payments ?

Test Payments est une extension Chrome développée par https://facundofarias.github.io, et sa fonction principale est "Right-click context menu to add payments test data".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Test Payments

Téléchargez les fichiers d'extension Test Payments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Helps to test common payment frameworks with testing data, such as:
- Name, Address, Phone per location.
- Payment test data for providers: 
    1. Stripe
    2. PayPal
    3. Spreedly
    4. BrainTree
    5. MercadoPago
    6. Mango
    7. WorldPay
    8. Adyen
    9. SagePay
    10. Paymill
    11. More are coming!
- Open source and open for modification (https://github.com/facundofarias/test-payments)
- You can also propose new features on GitHub! :)                    

Informations de Base sur l'Extension

Nom Test Payments Test Payments
ID lmeopbbdngpgcbdagpjgbdlkcafofpji
URL Officiel https://chromewebstore.google.com/detail/test-payments/lmeopbbdngpgcbdagpjgbdlkcafofpji
Description Right-click context menu to add payments test data
Taille du Fichier 24.26 KB
Nombre d'Installations 493
Version Actuelle 0.5
Dernière Mise à Jour 2015-02-26
Date de Publication 2015-02-26
Évaluation 3.80/5 Total 5 Évaluations
Développeur https://facundofarias.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/facundofarias/test-payments
URL de la Page d'Aide https://github.com/facundofarias/test-payments
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Test Payments",
    "description": "Right-click context menu to add payments test data",
    "version": "0.5",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "context-element.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "testpayments.png",
        "16": "testpayments-16.png"
    }
}