Ali Express
Scrapping content of Ali baba Express
Qu'est-ce que Ali Express ?
Ali Express est une extension Chrome développée par Unknown, et sa fonction principale est "Scrapping content of Ali baba Express".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ali Express
Téléchargez les fichiers d'extension Ali Express 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
Ali Expression Extension: This extension is developed for scrapping the contents of products or items for sepecific categories from Ali Express online store. How it Works? -> Just go to the https://aliexpress.com and choose a category of products you want to grab . -> And click on the icon of extension and click button "Start Scrapping". It will start scrapping content of page. -> Finally it will export all the grabbed content into an Excel file on your computer. Pre-Requisites? Ali Express package which should be download and install on your machine before chrome extension is installed.
Informations de Base sur l'Extension
Nom | Ali Express |
ID | klhjbmmmpjmkceakjcihegpakepffmdj |
URL Officiel | https://chromewebstore.google.com/detail/ali-express/klhjbmmmpjmkceakjcihegpakepffmdj |
Description | Scrapping content of Ali baba Express |
Taille du Fichier | 180 KB |
Nombre d'Installations | 429 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2019-01-28 |
Date de Publication | 2019-01-27 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ali Express", "description": "Scrapping content of Ali baba Express", "version": "0.0.0.1", "permissions": [ "tabs", "nativeMessaging" ], "background": { "scripts": [ "popup.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/aliexpress.png", "default_title": "Scrapping Content:", "default_popup": "popup.html" }, "manifest_version": 2 } |