Nexus Payment

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

Cos'è Nexus Payment?

Nexus Payment è un'estensione di Chrome sviluppata da https://dev-nexuspayment.pantheon.io, e la sua funzione principale è "Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nexus Payment

Scarica i file di estensione Nexus Payment in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Nexus Payment Nexus Payment
ID nmofecngfdhmnnginoefjnfmjeicffoe
URL Ufficiale https://chromewebstore.google.com/detail/nexus-payment/nmofecngfdhmnnginoefjnfmjeicffoe
Descrizione Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…
Dimensione del File 216 KB
Conteggio Installazioni 91
Versione Corrente 2.1.13
Ultimo Aggiornamento 2016-01-02
Data di Pubblicazione 2016-01-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://dev-nexuspayment.pantheon.io
Tipo di Pagamento free
Sito Web dell'Estensione http://dev-nexuspayment.pantheon.io/
Lingue Supportate 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"
            ]
        }
    ]
}