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是由Authorize.Net開發的Chrome擴展程式,該擴展的主要功能是“This Chrome Extension is a component of Authorize.Net Point-of-Sale tools.”。
下載Authorize.Net Point of Sale擴展crx文件
下載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 |
ID | nlmafifddohpicbnipcndobchhcfgalf |
官方網址 | 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" ] } ] } |