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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" ] } |