Authorize.Net Point of Sale

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

Qu'est-ce que Authorize.Net Point of Sale ?

Authorize.Net Point of Sale est une extension Chrome développée par Authorize.Net, et sa fonction principale est "This Chrome Extension is a component of Authorize.Net Point-of-Sale tools.".

Télécharger le fichier CRX de l'extension Authorize.Net Point of Sale

Téléchargez les fichiers d'extension Authorize.Net Point of Sale au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Authorize.Net Point of Sale Authorize.Net Point of Sale
ID nlmafifddohpicbnipcndobchhcfgalf
URL Officiel https://chromewebstore.google.com/detail/authorizenet-point-of-sal/nlmafifddohpicbnipcndobchhcfgalf
Description This Chrome Extension is a component of Authorize.Net Point-of-Sale tools.
Taille du Fichier 9.43 KB
Nombre d'Installations 27,972
Version Actuelle 1.1.0
Dernière Mise à Jour 2018-03-12
Date de Publication 2018-03-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur Authorize.Net
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}