Test Payments

Right-click context menu to add payments test data

Test Paymentsとは何ですか?

Test Paymentsはhttps://facundofarias.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Right-click context menu to add payments test data」です。

拡張機能のスクリーンショット

screenshot

Test Payments拡張機能のCRXファイルをダウンロード

Test Payments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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! :)                    

拡張機能の基本情報

名前 Test Payments Test Payments
ID lmeopbbdngpgcbdagpjgbdlkcafofpji
公式URL https://chromewebstore.google.com/detail/test-payments/lmeopbbdngpgcbdagpjgbdlkcafofpji
説明 Right-click context menu to add payments test data
ファイルサイズ 24.26 KB
インストール数 493
現在のバージョン 0.5
最終更新日 2015-02-26
公開日 2015-02-26
評価 3.80/5 合計 5 レビュー
開発者 https://facundofarias.github.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/facundofarias/test-payments
ヘルプページのURL https://github.com/facundofarias/test-payments
対応言語 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"
    }
}