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 là gì?

Sellez - Price Comparer là một tiện ích mở rộng Chrome được phát triển bởi https://sellez.cn, và tính năng chính của nó là "Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sellez - Price Comparer

Tải xuống các tệp mở rộng Sellez - Price Comparer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sellez - Price Comparer Sellez - Price Comparer
ID fldclnhcciidkklddkobieldhcabnbbl
URL Chính Thức https://chromewebstore.google.com/detail/sellez-price-comparer/fldclnhcciidkklddkobieldhcabnbbl
Mô tả Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.
Kích Thước Tệp 7.24 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2019-08-21
Ngày Phát Hành 2019-08-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://sellez.cn
Loại Thanh Toán free
Trang Web Mở Rộng http://sellez.ai
URL Trang Trợ Giúp http://sellez.ai
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}