AliExpress Batch Scraper
products scrap collect Tool for Aliexpress,taobao,yahoo etc
Wat is AliExpress Batch Scraper?
AliExpress Batch Scraper is een Chrome-extensie ontwikkeld door https://wangbo1086.wixsite.com/scraper, en de belangrijkste functie is "products scrap collect Tool for Aliexpress,taobao,yahoo etc".
Extensie Screenshots
Download het CRX-bestand van de extensie AliExpress Batch Scraper
Download AliExpress Batch Scraper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
products scrap collect Tool for Aliexpress,taobao,yahoo etc
Basisinformatie over de Extensie
Naam | AliExpress Batch Scraper |
ID | achpmbllimammnnpnpodbfkgijdjafpj |
Officiële URL | https://chromewebstore.google.com/detail/aliexpress-batch-scraper/achpmbllimammnnpnpodbfkgijdjafpj |
Beschrijving | products scrap collect Tool for Aliexpress,taobao,yahoo etc |
Bestandsgrootte | 889 KB |
Aantal Installaties | 44 |
Huidige Versie | 3.6 |
Laatst Bijgewerkt | 2023-11-03 |
Publicatiedatum | 2020-01-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://wangbo1086.wixsite.com/scraper |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://wangbo1086.wixsite.com/scraper |
Help Pagina-URL | https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper |
URL van de Privacybeleid Pagina | https://scraper.tokyo/ebay/privacy-policy |
Ondersteunde Talen | 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" } |