Nexus Payment

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

Nexus Payment là gì?

Nexus Payment là một tiện ích mở rộng Chrome được phát triển bởi https://dev-nexuspayment.pantheon.io, và tính năng chính của nó là "Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nexus Payment

Tải xuống các tệp mở rộng Nexus Payment dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nexus Payment Nexus Payment
ID nmofecngfdhmnnginoefjnfmjeicffoe
URL Chính Thức https://chromewebstore.google.com/detail/nexus-payment/nmofecngfdhmnnginoefjnfmjeicffoe
Mô tả Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…
Kích Thước Tệp 216 KB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 2.1.13
Cập Nhật Lần Cuối 2016-01-02
Ngày Phát Hành 2016-01-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://dev-nexuspayment.pantheon.io
Loại Thanh Toán free
Trang Web Mở Rộng http://dev-nexuspayment.pantheon.io/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}