Nexus Payment

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

Nexus Payment क्या है?

Nexus Payment 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Nexus Payment एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}