AliExpress Batch Scraper

products scrap collect Tool for Aliexpress,taobao,yahoo etc

AliExpress Batch Scraperคืออะไร?

AliExpress Batch Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wangbo1086.wixsite.com/scraper และคุณลักษณะหลักของมันคือ "products scrap collect Tool for Aliexpress,taobao,yahoo etc"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliExpress Batch Scraper

ดาวน์โหลดไฟล์ส่วนขยาย AliExpress Batch Scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        products scrap collect Tool for Aliexpress,taobao,yahoo etc                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AliExpress Batch Scraper AliExpress Batch Scraper
ID achpmbllimammnnpnpodbfkgijdjafpj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aliexpress-batch-scraper/achpmbllimammnnpnpodbfkgijdjafpj
คำอธิบาย products scrap collect Tool for Aliexpress,taobao,yahoo etc
ขนาดไฟล์ 889 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 3.6
อัปเดตครั้งล่าสุด 2023-11-03
วันที่เผยแพร่ 2020-01-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://wangbo1086.wixsite.com/scraper
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wangbo1086.wixsite.com/scraper
URL หน้าช่วยเหลือ https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper
URL หน้านโยบายความเป็นส่วนตัว https://scraper.tokyo/ebay/privacy-policy
ภาษาที่รองรับ 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"
}