Nexus Payment

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

Apa itu Nexus Payment?

Nexus Payment adalah ekstensi Chrome yang dikembangkan oleh https://dev-nexuspayment.pantheon.io, dan fitur utamanya adalah "Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Nexus Payment

Unduh file ekstensi Nexus Payment dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Nexus Payment Nexus Payment
ID nmofecngfdhmnnginoefjnfmjeicffoe
URL Resmi https://chromewebstore.google.com/detail/nexus-payment/nmofecngfdhmnnginoefjnfmjeicffoe
Deskripsi Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…
Ukuran File 216 KB
Jumlah Instalasi 91
Versi Saat Ini 2.1.13
Terakhir Diperbarui 2016-01-02
Tanggal Publikasi 2016-01-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://dev-nexuspayment.pantheon.io
Tipe Pembayaran free
Situs Ekstensi http://dev-nexuspayment.pantheon.io/
Bahasa yang Didukung 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"
            ]
        }
    ]
}