Ali Express
Scrapping content of Ali baba Express
Ali Express là gì?
Ali Express là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Scrapping content of Ali baba Express".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ali Express
Tải xuống các tệp mở rộng Ali Express 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ali Express |
ID | klhjbmmmpjmkceakjcihegpakepffmdj |
URL Chính Thức | https://chromewebstore.google.com/detail/ali-express/klhjbmmmpjmkceakjcihegpakepffmdj |
Mô tả | Scrapping content of Ali baba Express |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 429 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2019-01-28 |
Ngày Phát Hành | 2019-01-27 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |