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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}