Addrexx for Bigcommerce
Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…
Wat is Addrexx for Bigcommerce?
Addrexx for Bigcommerce is een Chrome-extensie ontwikkeld door https://addrexx.com, en de belangrijkste functie is "Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…".
Extensie Screenshots
Download het CRX-bestand van de extensie Addrexx for Bigcommerce
Download Addrexx for Bigcommerce-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | Addrexx for Bigcommerce |
ID | bgnmonnabpeilkcgpjckbdanibbelaib |
Officiële URL | https://chromewebstore.google.com/detail/addrexx-for-bigcommerce/bgnmonnabpeilkcgpjckbdanibbelaib |
Beschrijving | Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx… |
Bestandsgrootte | 26.35 KB |
Aantal Installaties | 221 |
Huidige Versie | 2020.3 |
Laatst Bijgewerkt | 2021-10-19 |
Publicatiedatum | 2018-08-22 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://addrexx.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://addrexx.com/bigcommerce-address-validation |
Help Pagina-URL | https://addrexx.com/ecommerce-faq |
Ondersteunde Talen | 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" ] } |