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
官方網址 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"
            ]
        }
    ]
}