Nexus Payment

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

Qu'est-ce que Nexus Payment ?

Nexus Payment est une extension Chrome développée par https://dev-nexuspayment.pantheon.io, et sa fonction principale est "Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nexus Payment

Téléchargez les fichiers d'extension Nexus Payment au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Nexus Payment Nexus Payment
ID nmofecngfdhmnnginoefjnfmjeicffoe
URL Officiel 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…
Taille du Fichier 216 KB
Nombre d'Installations 91
Version Actuelle 2.1.13
Dernière Mise à Jour 2016-01-02
Date de Publication 2016-01-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://dev-nexuspayment.pantheon.io
Type de Paiement free
Site Web de l'Extension http://dev-nexuspayment.pantheon.io/
Langues Prises en Charge 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"
            ]
        }
    ]
}