Ali Express
Scrapping content of Ali baba Express
Co to jest Ali Express?
Ali Express to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Scrapping content of Ali baba Express”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ali Express
Pobierz pliki rozszerzeń Ali Express w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | klhjbmmmpjmkceakjcihegpakepffmdj | 
| Oficjalny URL | https://chromewebstore.google.com/detail/ali-express/klhjbmmmpjmkceakjcihegpakepffmdj | 
| Opis | Scrapping content of Ali baba Express | 
| Rozmiar pliku | 180 KB | 
| Liczba instalacji | 429 | 
| Aktualna Wersja | 0.0.0.1 | 
| Ostatnia Aktualizacja | 2019-01-28 | 
| Data Publikacji | 2019-01-27 | 
| Deweloper | Unknown | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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
}  |  |