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