Nexus Payment

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

What is Nexus Payment?

Nexus Payment is a Chrome extension developed by https://dev-nexuspayment.pantheon.io, and its main feature is "Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…".

Extension Screenshots

screenshot

Download Nexus Payment Extension CRX File

Download Nexus Payment extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Nexus Payment Nexus Payment
ID nmofecngfdhmnnginoefjnfmjeicffoe
Official URL https://chromewebstore.google.com/detail/nexus-payment/nmofecngfdhmnnginoefjnfmjeicffoe
Description Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…
File Size 216 KB
Installation Count 91
Current Version 2.1.13
Last Updated 2016-01-02
Publish Date 2016-01-01
Rating 5.00/5 Total 1 Ratings
Developer https://dev-nexuspayment.pantheon.io
Payment Type free
Extension Website http://dev-nexuspayment.pantheon.io/
Supported Languages 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"
            ]
        }
    ]
}