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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |