Nexus Payment

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

Nexus Paymentคืออะไร?

Nexus Payment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dev-nexuspayment.pantheon.io และคุณลักษณะหลักของมันคือ "Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nexus Payment

ดาวน์โหลดไฟล์ส่วนขยาย Nexus Payment ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nexus Payment Nexus Payment
ID nmofecngfdhmnnginoefjnfmjeicffoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nexus-payment/nmofecngfdhmnnginoefjnfmjeicffoe
คำอธิบาย Nexus Cloud Wallet enables consumers to safely manage their payment accounts and make informed and optimized decisions about…
ขนาดไฟล์ 216 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 2.1.13
อัปเดตครั้งล่าสุด 2016-01-02
วันที่เผยแพร่ 2016-01-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://dev-nexuspayment.pantheon.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://dev-nexuspayment.pantheon.io/
ภาษาที่รองรับ 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"
            ]
        }
    ]
}