Ali Express
Scrapping content of Ali baba Express
Ali Expressとは何ですか?
Ali ExpressはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Scrapping content of Ali baba Express」です。
拡張機能のスクリーンショット
Ali Express拡張機能のCRXファイルをダウンロード
Ali Express拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ali Expression Extension: This extension is developed for scrapping the contents of products or items for sepecific categories from Ali Express online store. How it Works? -> Just go to the https://aliexpress.com and choose a category of products you want to grab . -> And click on the icon of extension and click button "Start Scrapping". It will start scrapping content of page. -> Finally it will export all the grabbed content into an Excel file on your computer. Pre-Requisites? Ali Express package which should be download and install on your machine before chrome extension is installed.
拡張機能の基本情報
名前 | Ali Express |
ID | klhjbmmmpjmkceakjcihegpakepffmdj |
公式URL | https://chromewebstore.google.com/detail/ali-express/klhjbmmmpjmkceakjcihegpakepffmdj |
説明 | Scrapping content of Ali baba Express |
ファイルサイズ | 180 KB |
インストール数 | 429 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2019-01-28 |
公開日 | 2019-01-27 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ali Express", "description": "Scrapping content of Ali baba Express", "version": "0.0.0.1", "permissions": [ "tabs", "nativeMessaging" ], "background": { "scripts": [ "popup.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/aliexpress.png", "default_title": "Scrapping Content:", "default_popup": "popup.html" }, "manifest_version": 2 } |