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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Addrexx for Bigcommerce एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" ] } |