Addrexx for Bigcommerce
Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…
Addrexx for Bigcommerce란 무엇입니까?
Addrexx for Bigcommerce은(는) https://addrexx.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…"입니다.
확장 프로그램 스크린샷
Addrexx for Bigcommerce 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx extension for Bigcommerce. Addrexx allow user to autocomplete zip codes, address line 1 and even address line 2. This extension will also verify addresses when creating new customers or editing existing customer addresses. Addrexx is one of the oldest BigCommerce partners and has been providing address validation solutions since 2013. Full support is available from [email protected]
확장 프로그램 기본 정보
이름 | Addrexx for Bigcommerce |
ID | bgnmonnabpeilkcgpjckbdanibbelaib |
공식 URL | https://chromewebstore.google.com/detail/addrexx-for-bigcommerce/bgnmonnabpeilkcgpjckbdanibbelaib |
설명 | Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx… |
파일 크기 | 26.35 KB |
설치 횟수 | 221 |
현재 버전 | 2020.3 |
최근 업데이트 | 2021-10-19 |
출시 날짜 | 2018-08-22 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://addrexx.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://addrexx.com/bigcommerce-address-validation |
도움말 페이지 URL | https://addrexx.com/ecommerce-faq |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Addrexx for Bigcommerce", "short_name": "Addrexx", "version": "2020.3", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*manage*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ "script.js" ] } |