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 هو إضافة Chrome تم تطويرها بواسطة Authorize.Net، والميزة الرئيسية لها هي "This Chrome Extension is a component of Authorize.Net Point-of-Sale tools.".

تحميل ملف CRX للإضافة Authorize.Net Point of Sale

قم بتنزيل ملفات الامتداد Authorize.Net Point of Sale بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}