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文件
下載Addrexx for Bigcommerce擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |