AliExpress Batch Scraper

products scrap collect Tool for Aliexpress,taobao,yahoo etc

AliExpress Batch Scraper란 무엇입니까?

AliExpress Batch Scraper은(는) https://wangbo1086.wixsite.com/scraper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "products scrap collect Tool for Aliexpress,taobao,yahoo etc"입니다.

확장 프로그램 스크린샷

screenshot

AliExpress Batch Scraper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}