eBaylistpro
Dropship Amazon Ebay Tracking Revising Listing Managing
eBaylistproとは何ですか?
eBaylistproはsteamkeyshopによって開発されたChromeの拡張機能で、その主な機能は「Dropship Amazon Ebay Tracking Revising Listing Managing」です。
拡張機能のスクリーンショット
eBaylistpro拡張機能のCRXファイルをダウンロード
eBaylistpro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The program will help you manage your store more easily. Can reduce time to listing, Can track the price and inventory of amazon and update to ebay every day. Can analyze the competitors to improve listing. Fast copy asin. Fast list to ebay thought ebaylistpro. Copy image url. Download image to your computer. Download all image to your computer. Copy address ebay to amazon. Open Link go to amazon from ebay. Estimate profit dropship ebay to amazon.
拡張機能の基本情報
名前 | eBaylistpro |
ID | alhkphnfffojbofcljfkhemkdkalimnd |
公式URL | https://chromewebstore.google.com/detail/ebaylistpro/alhkphnfffojbofcljfkhemkdkalimnd |
説明 | Dropship Amazon Ebay Tracking Revising Listing Managing |
ファイルサイズ | 483 KB |
インストール数 | 1,128 |
現在のバージョン | 2.4 |
最終更新日 | 2017-11-10 |
公開日 | 2017-11-09 |
評価 | 4.87/5 合計 53 レビュー |
開発者 | steamkeyshop |
支払い方法 | free |
拡張機能のウェブサイト | https://ebaylistpro.com/ |
ヘルプページのURL | https://ebaylistpro.com/laravel/public/FAQ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eBaylistpro", "description": "Dropship Amazon Ebay Tracking Revising Listing Managing", "version": "2.4", "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "http:\/\/k2b-bulk.ebay.com\/*", "https:\/\/k2b-bulk.ebay.com\/*", "http:\/\/localhost\/*" ], "css": [ "reload.css", "bootstrap.min.css", "ClassSubCompare.css", "font-Css-icofafa.css" ], "js": [ "jquery-3.2.1.min.js", "jquery.cookie.js", "Display.js", "Display-eBay.js", "Copy-Address.js", "Copy-images.js", "Display-in-moreAmazon.js", "CompareItems.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "EbayListPro For Chorme", "default_icon": "icon-extions2.png" }, "permissions": [ "storage", "http:\/\/ebaylistpro.com\/laravel\/public\/listwithextension" ], "icons": { "16": "icon-extions2.png", "128": "icon-extions2.png" } } |