AliExpress Scraper
products scrap collect Tool for Aliexpress,banggood etc
AliExpress Scraper là gì?
AliExpress Scraper là một tiện ích mở rộng Chrome được phát triển bởi https://wangbo1086.wixsite.com/scraper, và tính năng chính của nó là "products scrap collect Tool for Aliexpress,banggood etc".
Ả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 AliExpress Scraper
Tải xuống các tệp mở rộng AliExpress Scraper 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
Drop Shopping tools.images and products info download for AliExpress,banggood, etc
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AliExpress Scraper |
ID | ghaffpgbkliblkkeblhhafojhflipkcm |
URL Chính Thức | https://chromewebstore.google.com/detail/aliexpress-scraper/ghaffpgbkliblkkeblhhafojhflipkcm |
Mô tả | products scrap collect Tool for Aliexpress,banggood etc |
Kích Thước Tệp | 773 KB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2023-11-07 |
Ngày Phát Hành | 2020-10-07 |
Nhà Phát Triển | https://wangbo1086.wixsite.com/scraper |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://scraper.tokyo/ebay/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliExpress Scraper", "short_name": "AS", "description": "products scrap collect Tool for Aliexpress,banggood etc", "version": "4.0", "minimum_chrome_version": "16.0.884", "permissions": [ "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.us\/*", "https:\/\/*.banggood.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.rakuten.co.jp\/*", "https:\/\/*.yahoo.co.jp\/", "https:\/\/script.google.com\/*", "https:\/\/script.googleusercontent.com\/*", "storage", "https:\/\/scraper.tokyo\/*", "https:\/\/script.google.com\/*" ], "content_security_policy": "script-src 'self' object-src", "background": { "persistent": true, "scripts": [ "background.js", "jszip.js", "encoding.js", "FileSaver.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "chrome_style": true, "default_icon": "ImportCSVCapture128.png", "scripts": [ "jszip.js" ] }, "oauth2": { "client_id": "979899324989-2u7a0s69a7h066l8k07vlm7efmnf7uh8.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "icons": { "16": "ImportCSVCapture16.png", "48": "ImportCSVCapture48.png", "128": "ImportCSVCapture128.png" }, "manifest_version": 2, "default_locale": "en" } |