Authorize.Net Point of Sale

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

O que é Authorize.Net Point of Sale?

Authorize.Net Point of Sale é uma extensão do Chrome desenvolvida por Authorize.Net, e sua principal característica é "This Chrome Extension is a component of Authorize.Net Point-of-Sale tools.".

Baixar o arquivo CRX da Extensão Authorize.Net Point of Sale

Baixe arquivos de extensão Authorize.Net Point of Sale no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Authorize.Net Point of Sale Authorize.Net Point of Sale
ID nlmafifddohpicbnipcndobchhcfgalf
URL Oficial https://chromewebstore.google.com/detail/authorizenet-point-of-sal/nlmafifddohpicbnipcndobchhcfgalf
Descrição This Chrome Extension is a component of Authorize.Net Point-of-Sale tools.
Tamanho do Arquivo 9.43 KB
Contagem de Instalações 27,972
Versão Atual 1.1.0
Última Atualização 2018-03-12
Data de Publicação 2018-03-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Authorize.Net
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}