Authorize.Net Point of Sale

This Chrome Extension is a component of Authorize.Net Point-of-Sale tools.

Authorize.Net Point of Sale क्या है?

Authorize.Net Point of Sale Authorize.Net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome Extension is a component of Authorize.Net Point-of-Sale tools."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Authorize.Net Point of Sale एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        It is required to utilize Authorize.Net’s free POS Application for Windows desktops running version 7, 8 or 10. The Chrome Extension acts as a mediator for the front-end and application to connect to a native application with the help of native messaging of Chrome.
To process transactions you must have an active Authorize.Net account. Standard Authorize.Net transaction fees will apply.
To sign up or get more information, please visit http://www.authorize.net/signupnow/                    

एक्सटेंशन की मूल जानकारी

नाम Authorize.Net Point of Sale Authorize.Net Point of Sale
ID nlmafifddohpicbnipcndobchhcfgalf
आधिकारिक URL https://chromewebstore.google.com/detail/authorizenet-point-of-sal/nlmafifddohpicbnipcndobchhcfgalf
विवरण This Chrome Extension is a component of Authorize.Net Point-of-Sale tools.
फ़ाइल का आकार 9.43 KB
स्थापना संख्या 27,972
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2018-03-12
प्रकाशन तिथि 2018-03-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Authorize.Net
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Authorize.Net Point of Sale",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "This Chrome Extension is a component of Authorize.Net Point-of-Sale tools.",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.authorize.net\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging",
        "*:\/\/*.authorize.net\/*"
    ],
    "web_accessible_resources": [
        "icon-128.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.authorize.net\/*"
            ],
            "js": [
                "content_scripts\/vpos-content-script.js"
            ]
        }
    ]
}