AliExpress Batch Scraper
products scrap collect Tool for Aliexpress,taobao,yahoo etc
Was ist AliExpress Batch Scraper?
AliExpress Batch Scraper ist eine Chrome-Erweiterung, die von https://wangbo1086.wixsite.com/scraper entwickelt wurde, und ihr Hauptmerkmal ist "products scrap collect Tool for Aliexpress,taobao,yahoo etc".
Erweiterungsscreenshots
AliExpress Batch Scraper-Erweiterungs-CRX-Datei herunterladen
Laden Sie AliExpress Batch Scraper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
products scrap collect Tool for Aliexpress,taobao,yahoo etc Grundlegende Informationen zur Erweiterung
| Name | |
| ID | achpmbllimammnnpnpodbfkgijdjafpj |
| Offizielle URL | https://chromewebstore.google.com/detail/aliexpress-batch-scraper/achpmbllimammnnpnpodbfkgijdjafpj |
| Beschreibung | products scrap collect Tool for Aliexpress,taobao,yahoo etc |
| Dateigröße | 889 KB |
| Installationsanzahl | 44 |
| Aktuelle Version | 3.6 |
| Letztes Update | 2023-11-03 |
| Veröffentlichungsdatum | 2020-01-11 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://wangbo1086.wixsite.com/scraper |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://wangbo1086.wixsite.com/scraper |
| Hilfeseite URL | https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper |
| URL der Datenschutzrichtlinien-Seite | https://scraper.tokyo/ebay/privacy-policy |
| Unterstützte Sprachen | 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"
} | |