1688 Data Scraper - Product, Sales
1688 data scraper - easy data extraction tools of product, price, sales rank, review
1688 Data Scraper - Product, Salesとは何ですか?
1688 Data Scraper - Product, Salesはwww.datasunday.comによって開発されたChromeの拡張機能で、その主な機能は「1688 data scraper - easy data extraction tools of product, price, sales rank, review」です。
拡張機能のスクリーンショット
1688 Data Scraper - Product, Sales拡張機能のCRXファイルをダウンロード
1688 Data Scraper - Product, Sales拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1688 is the sourcing marketplace under Alibaba.com. Unlike Taobao and Tmall, the seller of the 1688 is the manufacturers or suppliers that sell their products to Taobao and Tmall resellers. So, you can find the exact Taobao and Tmall products from 1688 in cheaper price. This chrome extension allows you to extract the webpage details of 1688 into an editable excel format. You can now use this extension to extract the product, price, inventory, transaction, supplier rating, customer feedback of any suppliers in 1688 - We extract almost all the page information including : Price, shipping, product, 30 days sales history, inventory level, product description, product feature, customer review How to use : 1. Go to 1688.com 2. Type any keywords in the search bar such as, brand name, product keywords...etc 3. Use the filtering option to fine tune the search results and click enter 4. Once show up the search results, open the chrome extension and click start. The data will be extracted in excel format What you benefit from this product : - Product sourcing : Source and extract the supplier product in excel format and upload the product listing to any marketplaces such as Amazon, ebay, Shopify. What data you can extract : - Product specification - Price - Seller price and details - Sales rank - Inventory - Product image - Customer review What product categories support : - All categories How many number data support : - No limitation Exception : - Due to huge data extraction process, the browser may be downed due to the computer run out of ram. This recommends to extract less than 1000 data each time - The extension may hang or exceptional loading time is required depending on the volume of data Technical support : We welcome any comments or ideas to enhance the products. Please contact : [email protected] Developer : www.datasunday.com Privacy Policy https://datasunday.com/pages/privacy-policy
拡張機能の基本情報
名前 | 1688 Data Scraper - Product, Sales |
ID | haijafmdjococfoimoghkhecbdkifkod |
公式URL | https://chromewebstore.google.com/detail/1688-data-scraper-product/haijafmdjococfoimoghkhecbdkifkod |
説明 | 1688 data scraper - easy data extraction tools of product, price, sales rank, review |
ファイルサイズ | 75.31 KB |
インストール数 | 2,857 |
現在のバージョン | 4.5 |
最終更新日 | 2024-01-25 |
公開日 | 2019-11-01 |
評価 | 4.46/5 合計 28 レビュー |
開発者 | www.datasunday.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.datasunday.com |
ヘルプページのURL | https://datasunday.com/pages/help |
プライバシーポリシーページのURL | https://datasunday.com/pages/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "1688 Data Scraper - Product, Sales", "description": "1688 data scraper - easy data extraction tools of product, price, sales rank, review", "version": "4.5", "icons": { "48": "icon.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "functions.js", "gethtml.js" ] } ], "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |