Sellez - Price Comparer

Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.

Что такое Sellez - Price Comparer?

Sellez - Price Comparer - это расширение Chrome, разработанное https://sellez.cn, и его основная функция - "Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Sellez - Price Comparer

Скачайте файлы расширений Sellez - Price Comparer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Discover and compare Product Price with Amazon, eBay, Aliexpress, Wish by just one click on the extension.

support mulitple product page, like Amazon, eBay, Aliexpress, Wish

it also support supplier lookup, if you need drop ship as seller.

visit our website for more details: http://sellez.ai                    

Основная информация о расширении

Название Sellez - Price Comparer Sellez - Price Comparer
ID fldclnhcciidkklddkobieldhcabnbbl
Официальный URL https://chromewebstore.google.com/detail/sellez-price-comparer/fldclnhcciidkklddkobieldhcabnbbl
Описание Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.
Размер файла 7.24 KB
Количество установок 34
Текущая Версия 1.0.4
Последнее Обновление 2019-08-21
Дата публикации 2019-08-21
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://sellez.cn
Тип оплаты free
Официальный сайт расширения http://sellez.ai
URL страницы помощи http://sellez.ai
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sellez - Price Comparer",
    "version": "1.0.4",
    "description": "Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.",
    "icons": {
        "16": "favicon.ico",
        "48": "favicon.ico",
        "128": "favicon.ico"
    },
    "browser_action": {
        "default_title": "Sellez - Amazon, eBay, Aliexpress price compare",
        "default_icon": "favicon.ico",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/sellez.cn\/",
        "tabs"
    ]
}