idealista web scraping
idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Co to jest idealista web scraping?
idealista web scraping to rozszerzenie Chrome opracowane przez jero, a jego główną funkcją jest „idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia idealista web scraping
Pobierz pliki rozszerzeń idealista web scraping 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
idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Podstawowe informacje o rozszerzeniu
Nazwa | idealista web scraping |
ID | omlmedlnclppcmghdljgjmkjooinfljo |
Oficjalny URL | https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo |
Opis | idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV) |
Rozmiar pliku | 11.43 KB |
Liczba instalacji | 296 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-07-05 |
Data Publikacji | 2019-07-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | jero |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "idealista web scraping", "version": "1.0", "description": "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matchesx": [ "*:\/\/*\/*" ], "matches": [ "https:\/\/www.idealista.com\/*" ], "css": [ "content\/contentCss.css" ], "js": [ "content\/contentScript.js" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |