Ali Express

Scrapping content of Ali baba Express

Cos'è Ali Express?

Ali Express è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Scrapping content of Ali baba Express".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ali Express

Scarica i file di estensione Ali Express in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ali Express Ali Express
ID klhjbmmmpjmkceakjcihegpakepffmdj
URL Ufficiale https://chromewebstore.google.com/detail/ali-express/klhjbmmmpjmkceakjcihegpakepffmdj
Descrizione Scrapping content of Ali baba Express
Dimensione del File 180 KB
Conteggio Installazioni 429
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2019-01-28
Data di Pubblicazione 2019-01-27
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}