AliExpress Scraper
products scrap collect Tool for Aliexpress,banggood etc
AliExpress Scraper란 무엇입니까?
AliExpress Scraper은(는) https://wangbo1086.wixsite.com/scraper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "products scrap collect Tool for Aliexpress,banggood etc"입니다.
확장 프로그램 스크린샷
AliExpress Scraper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Drop Shopping tools.images and products info download for AliExpress,banggood, etc
확장 프로그램 기본 정보
이름 | AliExpress Scraper |
ID | ghaffpgbkliblkkeblhhafojhflipkcm |
공식 URL | https://chromewebstore.google.com/detail/aliexpress-scraper/ghaffpgbkliblkkeblhhafojhflipkcm |
설명 | products scrap collect Tool for Aliexpress,banggood etc |
파일 크기 | 773 KB |
설치 횟수 | 91 |
현재 버전 | 4.0 |
최근 업데이트 | 2023-11-07 |
출시 날짜 | 2020-10-07 |
개발자 | https://wangbo1086.wixsite.com/scraper |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://scraper.tokyo/ebay/privacy-policy |
지원되는 언어 | 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" } |