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是由https://sellez.cn开发的Chrome扩展程序,该扩展的主要功能是“Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Sellez - Price Comparer扩展crx文件

下载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"
    ]
}