Authorize.Net Point of Sale

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

¿Qué es Authorize.Net Point of Sale?

Authorize.Net Point of Sale es una extensión de Chrome desarrollada por Authorize.Net, y su función principal es "This Chrome Extension is a component of Authorize.Net Point-of-Sale tools.".

Descargar Archivo CRX de la Extensión Authorize.Net Point of Sale

Descarga archivos de extensión Authorize.Net Point of Sale en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Authorize.Net Point of Sale Authorize.Net Point of Sale
ID nlmafifddohpicbnipcndobchhcfgalf
URL Oficial https://chromewebstore.google.com/detail/authorizenet-point-of-sal/nlmafifddohpicbnipcndobchhcfgalf
Descripción This Chrome Extension is a component of Authorize.Net Point-of-Sale tools.
Tamaño del Archivo 9.43 KB
Cantidad de Instalaciones 27,972
Versión Actual 1.1.0
Última Actualización 2018-03-12
Fecha de Publicación 2018-03-12
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Authorize.Net
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}