Addrexx for Bigcommerce

Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…

Qu'est-ce que Addrexx for Bigcommerce ?

Addrexx for Bigcommerce est une extension Chrome développée par https://addrexx.com, et sa fonction principale est "Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Addrexx for Bigcommerce

Téléchargez les fichiers d'extension Addrexx for Bigcommerce au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Addrexx for Bigcommerce Addrexx for Bigcommerce
ID bgnmonnabpeilkcgpjckbdanibbelaib
URL Officiel https://chromewebstore.google.com/detail/addrexx-for-bigcommerce/bgnmonnabpeilkcgpjckbdanibbelaib
Description Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…
Taille du Fichier 26.35 KB
Nombre d'Installations 221
Version Actuelle 2020.3
Dernière Mise à Jour 2021-10-19
Date de Publication 2018-08-22
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://addrexx.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://addrexx.com/bigcommerce-address-validation
URL de la Page d'Aide https://addrexx.com/ecommerce-faq
Langues Prises en Charge 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"
    ]
}