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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}