Nexus Payment

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

Co to jest Nexus Payment?

Nexus Payment to rozszerzenie Chrome opracowane przez https://dev-nexuspayment.pantheon.io, a jego główną funkcją jest „Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Nexus Payment

Pobierz pliki rozszerzeń Nexus Payment w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Nexus Payment Nexus Payment
ID nmofecngfdhmnnginoefjnfmjeicffoe
Oficjalny URL https://chromewebstore.google.com/detail/nexus-payment/nmofecngfdhmnnginoefjnfmjeicffoe
Opis Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…
Rozmiar pliku 216 KB
Liczba instalacji 91
Aktualna Wersja 2.1.13
Ostatnia Aktualizacja 2016-01-02
Data Publikacji 2016-01-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://dev-nexuspayment.pantheon.io
Typ Płatności free
Strona Rozszerzenia http://dev-nexuspayment.pantheon.io/
Obsługiwane Języki 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"
            ]
        }
    ]
}