Addrexx for Bigcommerce

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

Cos'è Addrexx for Bigcommerce?

Addrexx for Bigcommerce è un'estensione di Chrome sviluppata da https://addrexx.com, e la sua funzione principale è "Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Addrexx for Bigcommerce

Scarica i file di estensione Addrexx for Bigcommerce in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Addrexx for Bigcommerce Addrexx for Bigcommerce
ID bgnmonnabpeilkcgpjckbdanibbelaib
URL Ufficiale https://chromewebstore.google.com/detail/addrexx-for-bigcommerce/bgnmonnabpeilkcgpjckbdanibbelaib
Descrizione Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…
Dimensione del File 26.35 KB
Conteggio Installazioni 221
Versione Corrente 2020.3
Ultimo Aggiornamento 2021-10-19
Data di Pubblicazione 2018-08-22
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://addrexx.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://addrexx.com/bigcommerce-address-validation
URL della Pagina di Aiuto https://addrexx.com/ecommerce-faq
Lingue Supportate 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"
    ]
}