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 هو إضافة Chrome تم تطويرها بواسطة https://addrexx.com، والميزة الرئيسية لها هي "Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Addrexx for Bigcommerce

قم بتنزيل ملفات الامتداد Addrexx for Bigcommerce بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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"
    ]
}