AliExpress Batch Scraper

products scrap collect Tool for Aliexpress,taobao,yahoo etc

AliExpress Batch Scraper là gì?

AliExpress Batch 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,taobao,yahoo etc".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AliExpress Batch Scraper

Tải xuống các tệp mở rộng AliExpress Batch 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

                        products scrap collect Tool for Aliexpress,taobao,yahoo etc                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AliExpress Batch Scraper AliExpress Batch Scraper
ID achpmbllimammnnpnpodbfkgijdjafpj
URL Chính Thức https://chromewebstore.google.com/detail/aliexpress-batch-scraper/achpmbllimammnnpnpodbfkgijdjafpj
Mô tả products scrap collect Tool for Aliexpress,taobao,yahoo etc
Kích Thước Tệp 889 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 3.6
Cập Nhật Lần Cuối 2023-11-03
Ngày Phát Hành 2020-01-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://wangbo1086.wixsite.com/scraper
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wangbo1086.wixsite.com/scraper
URL Trang Trợ Giúp https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper
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 Batch Scraper",
    "short_name": "ABS",
    "description": "products scrap collect Tool for Aliexpress,taobao,yahoo etc",
    "version": "3.6",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.banggood.com\/*",
        "https:\/\/*.taobao.com\/*",
        "https:\/\/*.tmall.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"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "chrome_style": true,
        "default_icon": "ImportCSVCapture128.png",
        "scripts": [
            "jszip.js"
        ]
    },
    "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"
}