Ali Express

Scrapping content of Ali baba Express

Was ist Ali Express?

Ali Express ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Scrapping content of Ali baba Express".

Erweiterungsscreenshots

screenshot

Ali Express-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ali Express-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ali Express Ali Express
ID klhjbmmmpjmkceakjcihegpakepffmdj
Offizielle URL https://chromewebstore.google.com/detail/ali-express/klhjbmmmpjmkceakjcihegpakepffmdj
Beschreibung Scrapping content of Ali baba Express
Dateigröße 180 KB
Installationsanzahl 429
Aktuelle Version 0.0.0.1
Letztes Update 2019-01-28
Veröffentlichungsdatum 2019-01-27
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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
}