Ali Express Content Scrapper
Scrapping content of websites
Co to jest Ali Express Content Scrapper?
Ali Express Content Scrapper to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Scrapping content of websites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ali Express Content Scrapper
Pobierz pliki rozszerzeń Ali Express Content Scrapper 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
This is AliExpress products scraper. You need to install related scraper installer on your machine. Output file will be generated on your desktop inside "AliExpress Data Files"
Podstawowe informacje o rozszerzeniu
Nazwa | Ali Express Content Scrapper |
ID | emieicecjgepgnmegendmlhhphoofcdc |
Oficjalny URL | https://chromewebstore.google.com/detail/ali-express-content-scrap/emieicecjgepgnmegendmlhhphoofcdc |
Opis | Scrapping content of websites |
Rozmiar pliku | 418 KB |
Liczba instalacji | 280 |
Aktualna Wersja | 2.2 |
Ostatnia Aktualizacja | 2019-02-01 |
Data Publikacji | 2019-02-01 |
Ocena | 4.50/5 Łącznie 2 Oceny |
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 Content Scrapper", "description": "Scrapping content of websites", "version": "2.2", "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 } |