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"
            ]
        }
    ]
}