idealista web scraping
idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Qu'est-ce que idealista web scraping ?
idealista web scraping est une extension Chrome développée par jero, et sa fonction principale est "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension idealista web scraping
Téléchargez les fichiers d'extension idealista web scraping au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Informations de Base sur l'Extension
Nom | idealista web scraping |
ID | omlmedlnclppcmghdljgjmkjooinfljo |
URL Officiel | https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo |
Description | idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV) |
Taille du Fichier | 11.43 KB |
Nombre d'Installations | 296 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-07-05 |
Date de Publication | 2019-07-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | jero |
Type de Paiement | free |
Langues Prises en Charge | 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 } |