Addrexx for Bigcommerce

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

Vad är Addrexx for Bigcommerce?

Addrexx for Bigcommerce är en Chrome-tillägg utvecklad av https://addrexx.com, och dess huvudfunktion är "Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…".

Tilläggsskärmbilder

screenshot

Ladda ner Addrexx for Bigcommerce-förlängningens CRX-fil

Ladda ner Addrexx for Bigcommerce-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Addrexx for Bigcommerce Addrexx for Bigcommerce
ID bgnmonnabpeilkcgpjckbdanibbelaib
Officiell webbadress https://chromewebstore.google.com/detail/addrexx-for-bigcommerce/bgnmonnabpeilkcgpjckbdanibbelaib
Beskrivning Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…
Filstorlek 26.35 KB
Antal Installationer 221
Aktuell Version 2020.3
Senast Uppdaterad 2021-10-19
Publiceringsdatum 2018-08-22
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://addrexx.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://addrexx.com/bigcommerce-address-validation
Hjälpsida URL https://addrexx.com/ecommerce-faq
Stödda Språk 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"
    ]
}