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によって開発されたChromeの拡張機能で、その主な機能は「Autocomplete and validate address entered in the admin panel of BigCommerce. Speed the entry of phone orders by using the Addrexx…」です。

拡張機能のスクリーンショット

screenshot

Addrexx for Bigcommerce拡張機能のCRXファイルをダウンロード

Addrexx for Bigcommerce拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}