AliExpress Batch Scraper
products scrap collect Tool for Aliexpress,taobao,yahoo etc
Qu'est-ce que AliExpress Batch Scraper ?
AliExpress Batch Scraper est une extension Chrome développée par https://wangbo1086.wixsite.com/scraper, et sa fonction principale est "products scrap collect Tool for Aliexpress,taobao,yahoo etc".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AliExpress Batch Scraper
Téléchargez les fichiers d'extension AliExpress Batch Scraper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
products scrap collect Tool for Aliexpress,taobao,yahoo etc
Informations de Base sur l'Extension
Nom | AliExpress Batch Scraper |
ID | achpmbllimammnnpnpodbfkgijdjafpj |
URL Officiel | https://chromewebstore.google.com/detail/aliexpress-batch-scraper/achpmbllimammnnpnpodbfkgijdjafpj |
Description | products scrap collect Tool for Aliexpress,taobao,yahoo etc |
Taille du Fichier | 889 KB |
Nombre d'Installations | 44 |
Version Actuelle | 3.6 |
Dernière Mise à Jour | 2023-11-03 |
Date de Publication | 2020-01-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://wangbo1086.wixsite.com/scraper |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://wangbo1086.wixsite.com/scraper |
URL de la Page d'Aide | https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper |
URL de la Page de Politique de Confidentialité | https://scraper.tokyo/ebay/privacy-policy |
Langues Prises en Charge | 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" } |