Nexus Payment

Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…

Nexus Paymentとは何ですか?

Nexus Paymentはhttps://dev-nexuspayment.pantheon.ioによって開発されたChromeの拡張機能で、その主な機能は「Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…」です。

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

screenshot

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

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

拡張機能の使用方法

                        Nexus Cloud Wallet enables consumers to safely manage their payment
accounts and make informed and optimized decisions about payment
choices during online purchases. Merchants who offer the Cloud Wallet
Checkout option have a secure method of providing friction-less, single-click
checkout to new and existing customers.                    

拡張機能の基本情報

名前 Nexus Payment Nexus Payment
ID nmofecngfdhmnnginoefjnfmjeicffoe
公式URL https://chromewebstore.google.com/detail/nexus-payment/nmofecngfdhmnnginoefjnfmjeicffoe
説明 Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…
ファイルサイズ 216 KB
インストール数 91
現在のバージョン 2.1.13
最終更新日 2016-01-02
公開日 2016-01-01
評価 5.00/5 合計 1 レビュー
開発者 https://dev-nexuspayment.pantheon.io
支払い方法 free
拡張機能のウェブサイト http://dev-nexuspayment.pantheon.io/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nexus Payment",
    "version": "2.1.13",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "welcome.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "open-dialog.js"
            ]
        }
    ]
}