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
官方網址 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"
    ]
}